body {
    color: #212121;
    font-family: Lato,sans-serif;
}
@media (min-width: 410px) {
    body {}
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #0693e3;
}
#pageheader .nav-link {
    color: #000;
}

header .nav-link.active {
    color: #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #212121;
    font-family: Lato,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #0014a0;
    color: #0014a0;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #0014a0;
    font-weight: 700;
}
