.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
