.tabs {
height: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
}

.tabs img {
border: 0px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 15px;
}

.tabcontent{
display:none;
}

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