body {
    color: #545452;
    font-family: "AFI Regular",Arial,Helvetica,sans-serif;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #fff;
    border-bottom: 5px solid #404040;
}
#pageheader .nav-link {
    color: rgb(50, 45, 45);
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    border-bottom: 2px solid #58595b;
    color: #009430;
    font-weight: 700;
}

h1, h2, h3 {
    color: #7d7d7d;
    font-family: "AFI Regular",Arial,Helvetica,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #7d7d7d;
    color: #7d7d7d;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #7d7d7d;
    font-weight: 700;
}