@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .fixedPosition {
        position: fixed;
    }
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.hide-print { position:absolute; left:-1000px; }
.hide-link { display:none }
.white-text { display: none !important; }