
li { margin:0px; padding:0px; list-style: none; list-style-type: none; line-height: 0px; list-style-position:inherit; }


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px sospand gray;
width: 456px;
height:306px;
margin-bottom: 0em;
padding: 0px;
color:#4c483f;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
