/*Adjustments for Print Mode*/
@media only print {

    .ivrc_screenonly {
        display: none !important;
    }

    input[type=button], input[type=submit], input[type=reset] {
        display: none !important;
    }

}
