@media projection, screen {
.tabs-hide {display: none;}
}

@media print {
.tabs-nav {display: none;}
}