﻿#userAgreementModalPrintable .logo-wrapper {
    text-align: center !important;
    margin-bottom: 0.5em !important;
}

#userAgreementModalPrintable b {
    font-weight: 600;
}

#userAgreementModalPrintable ul {
    padding: revert;
    list-style: disc;
}

#userAgreementModalPrintable ol {
    padding: revert;
    list-style: decimal;
}

    #userAgreementModalPrintable ol[type="A"] {
        list-style: upper-alpha;
    }

    #userAgreementModalPrintable ol[type="I"] {
        list-style: upper-roman;
    }

#userAgreementModalPrintable ::marker {
    font-weight: 600;
    color: #31363B;
}

#userAgreementModalPrintable h4 {
    color: #31363B !important;
    text-align: center;
}

    #userAgreementModalPrintable h4:nth-of-type(2) {
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    #userAgreementModalPrintable h4:nth-of-type(3) {
        padding-top: 5px;
        margin-top: 0;
    }

#showAgreementModal .text-blue {
    text-transform: none;
}
