.tabcontentstyle{ /*style of tab content container*/

}

.tabcontentstyle2{ /*style of tab content container*/

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}