.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.sweet-alert p {
    font-family: 'SansProBd';
    font-size: 1.5rem;
    color: #575757;
}

.sweet-alert p li {
    font-family: SansProRl;
    font-size: 1.1rem;
    text-align: justify;
}

.sweet-alert p li strong {
    font-family: 'SansProBd';
}

@media (max-width: 576px) {
    .container-fluid {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}