body {
    color: #212121;

    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@media (min-width: 410px) {

}

#pageheader {
    background-color: #0014a0;
    border-bottom: 4px solid #0014a0;
}
#pageheader .nav-link {
    color: #fff;
}

#pageheader .dropdown-menu .nav-link {
    color: #000;
    font-weight: 400;
}

header .nav-link.active {
    color: #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #212121;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.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;
}