@media print {
    h2.page-title
    {
        color: black;
        text-align: center;
    }

    header, footer, nav, .social-media-icons-container-fixed, .button, i
    {
        display: none !important;
    }

    #teppfa-large-form-section .calculator
    {
        flex: 1;
    }

    #teppfa-large-form-section .calculator img
    {
        background-color: #969696 !important;
        padding: 10px;
    }

    #teppfa-large-form-section .input-group-text
    {
        color: black;
    }

    #teppfa-large-form-section .input-group-append span
    {
        color: black;
        font-weight: bold;
    }

    #teppfa-large-form-section label {
        color: black;
        font-weight: bold;
    }

    #teppfa-large-form-section label:first-child:after {
        content: ": ";
    }

    #teppfa-large-form-section .input-group-prepend
    {
        min-width: inherit;
    }

    #teppfa-large-form-section .logo
    {
        display: block !important;
        margin-bottom: 20px;
    }

    #teppfa-large-form-section .disclaimer
    {
        display: block !important;
        margin-top: 100px;
    }

    #teppfa-large-form-section p,
    #teppfa-large-form-section h2,
    #teppfa-large-form-section h3,
    #teppfa-large-form-section h4
    #teppfa-results-section p,
    #teppfa-results-section h2,
    #teppfa-results-section h3,
    #teppfa-results-section h4
    {
        color: black;
    }

    #teppfa-results-section p
    {
        margin-bottom: 0;
    }

    #teppfa-results-section hr
    {
        margin-bottom: 50px;
    }

    #teppfa-results-section h3
    {
        margin-bottom: 10px !important;
        text-align: center;
    }

    #teppfa-results-section .row
    {
        margin-bottom: 20px;
    }
}