body {
    color: #555;
    font-family: "Crimson Pro", helvetica, arial, sans-serif;
}
#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #1450F5;
}
#pageheader .nav-link {
    color: #000;
}

header .navbar-nav .nav-link.active {
    color: #2d8f2e;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000;
    font-family: "Crimson Pro", helvetica, arial, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #00549e;
    color: #0014eb;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #00549e;
    font-weight: 700;
}

.etusivu #content .agm { order: 5 }
.etusivu #content .bulletin { order: 4 }
.etusivu #content .suostumus { order: 3 }

.etusivu #content .bulletin h2 { font-size: 1.6rem }
