body {
    color: #051236;
    font-family: __roboto_2c68b4, __roboto_Fallback_2c68b4, sans-serif;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #051236;
}
#pageheader .nav-link {
    color: #051236;
    font-weight: 700;
}
#pageheader .dropdown-menu .nav-link {
    color: #051236;
    font-weight: 400;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #051236;
    font-weight: 700;
}

h1, h2, h3 {
    color: #051236;
    font-family:  __roboto_2c68b4, __roboto_Fallback_2c68b4, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #EE5E0;
    color: #051236;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #EE5E0;
    font-weight: 700;
}

.btn-primary {
background-color: #FF8E00;
border-color: #FF8E00;
}
