#hideOnPrint {
    display: none;
}

#showOnPrint {
    display: block;
}
