body {
    font-size: 14px;
}

.comparison {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.comparison .comparison-details {
    padding-top: 1rem;
}
.comparison .comparison-details .job-details {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 480px) { 
    .market-range {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    } 
    .market-range li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        padding: .2rem;
        border-bottom: 1px solid rgba(0,0,0,.125);
    } 
    .market-range li:last-child {
        border-bottom: none;
    }
}
@media screen and (min-width: 900px) {
    .market-range {
        flex-direction: row;
    }

        .market-range li {
            flex-direction: column;
            border-bottom: none;
            border-right: 1px solid rgba(0,0,0,.125);
        }

            .market-range li:last-child {
                border-right: none;
            }
}
/* @media print {
    .market-range {
        flex-direction: row;
    }

    .market-range li {
        flex-direction: column;
        border-bottom: none;
        border-right: 1px solid rgba(0,0,0,.125);
    }

    .market-range li:last-child {
        border-right: none;
    }
} */

@media print {
    /* Reset default text/link colors */
    html {
        color: black;
    }
    a {
        color: blue;
    }
    /* Hide the branding bar */
    #vcu-branding-bar--top,
    #vcu-branding-bar--bottom {
        display: none;
    }
    /* Header print styles */
    header.site-header {
        padding-top: 1rem;
        border-bottom: 1px solid black;
        background-color: white;
    }
    header.site-header a {
        color: blue;
    }
    /* Go to top button print styles */
    #myTopLkBtn {
        display: none !important;
    }
    /* Navigation print styles */
    .myIpt1 {
        border-color: dimgray;
        color: dimgray;
    }
    .myIpt1.redRB {
        border-color: black;
        color: black;
    }
    /* Main content print styles */
    .myFrame, .myFrameC {
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: auto !important;
    }
    /* Form print styles */
    select.form-control {
        border-color: dimgray;
        color: black;
    }
    /* Overview extra print styles */
    #divOverviewExtraFlag {
        display: none;
    }
    #divOverviewExtra {
        display: block !important;
    }
    /* Market range print styles */
    [class^="col-"]:empty {
        display: none;
    }
    /* Footer print styles */
    footer.site-footer {
        padding-top: 2rem;
        border-top: 1px solid black;
        background-color: white;
        color: black;
    }
    footer.site-footer a {
        color: blue;
    }
}