.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
font-size:10px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
line-height:14px;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 8px;
margin-right: 3px;
color: #fff;
background: #c54f22;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	background: #932c0f;
}

.shadetabs li.selected a{ /*selected main tab style */
color:#000;
background:#e6ae98;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
background:#e6ae98;
width: 95%;
/* height: 115px; */
margin-bottom: 15px;
padding: 10px;
}

.tabcontent{
display:none;
}

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