body {
    min-height: 400px;
    padding-top: 75px;
}

.hidden {
    display: none;
}

.fieldset-light {
    background-color: whitesmoke;
}

.bold {
    font-weight: bold;
}

thead.sticky-head {
    position: sticky;
    top: 56px;
}
