<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
<title>HMDS RequestForm</title>
<link rel="stylesheet" href="[% request.uri_base %]/css/bootstrap.css" />
<link rel="stylesheet" href="[% request.uri_base %]/css/local.css" />
<style type="text/css">
/* increase td font-size but preserve .fieldname class: */
.fieldname { font-size: 13px !important }
#footer { font-size: 6pt; text-align: right }
td, div { font-size: 16px }
#box {
height: 100%;
width: 100%;
border-collapse: collapse;
display: table;
}
#ver {
font-size: xx-small;
text-align: right;
display : table-row;
vertical-align: bottom;
height: 1px;
}
</style>
</head>
<body>
[% content %]
</body>
</html>