@media print {

    .AccountLogin, .footer,
    .header, .white-header, 
    .iconGroup, .LowerMenu, 
    .largeArrow, .Route, .SiteMap{
        display: none;
    }

    .employeeBenefit {
        left: 40%;
    }

    .questans {
        background: none;
        box-shadow: none;
    }

    .qatext {
        color: #005990;
        font-size: 24px;
        
    }

    .qa-contentext {
        font-size: 18px;
        color: black;
    }

    .qa-contentext table {
        box-shadow: none;
    }

    .qa-contentext a {
        text-decoration: none;
        background-color:none;
    }

    .base-container {
        display: block;
    }

}
