body {
    background-color: #F3F3F3;
    padding: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 21pt;
    }

a {
    color: #0046ae;
    }

.error {
    color: red;
    font-style: italic;
    }

table {
    border-collapse: collapse;
    }
th, td {
    border: 1px solid #BBBBBB;
    padding: 7px;
    }

h1 {
    font-size: 36pt;
    font-weight: bold;
    }

.welcome {
    text-align: center;
    color: #777777;
    }

input[type=checkbox], input[type=radio] {
    height: 34px;
    width: 34px;
    }

input[type=date] {
    height: 36px;
    min-width: 72px;
    }

table.report td, table.report th {
    font-size: 12pt;
    white-space: nowrap;
    }

.btn-lg {
    font-size: 2.0rem;
    }
