/* CSS for Tabs */

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}