/*
    CUSTOM STYLES & CORRECTIONS
*/

html, body {
    overflow-y: unset !important;
}

table > thead > tr > th > span
{
    font-weight: 700;
    font-size: 0.6rem;
}

footer.footer {
    padding: 0;
}

button[type=button].btn-block,
button[type=button].btn-danger,
button[type=button].btn-success {
    color: #ffffff;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.35);
}

button[type=button].close {
    background-color: rgb(239,239,239);
}

