body {

    font-family: "FortumSans Light", Arial, Helvetica, sans-serif;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #5ac37d;
}
#pageheader .nav-link {
    color: #000;
}

header .nav-link.active {
    color: #000;
    border-bottom: 4px solid #5ac37d;
    font-weight: 700;
}

h1, h2, h3 {
    color: #41414a;
    font-family: "FortumSans Regular", Arial, Helvetica, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #5ac37d;
    color: #41414a;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #5ac37d;
    font-weight: 700;
}
