.Body {
    padding-top: 150px;
}

table.fosbos {
    width: 100%;
}

/* tr {
    border: 1px solid black;
} */

tr.header {
    background-color: lightgray;
}

.bold {
    font-weight: bold !important;
}

.red {
    color: red !important;
}

.underline {
    text-decoration: underline !important;
}

.infobox {
    background-color: #f8f8f8 !important;
    margin-bottom: 1em !important;
    padding: 0.5em !important;
}