@media screen {
    .onlyPrint {
        display: none;
    }
}