﻿.tabcontentstyle
{ /*style of tab content oontainer*/
	box-sizing: border-box;
	border: 1px solid gray;
	background: white;
	/* width: 100%; */
	height: 300px;
	overflow: auto;
	margin-bottom: 0em;
	padding: 3px;
}

.tabcontent
{
	display:none;
	box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* width: 100%; */
}

@media print {
	.tabcontent 
	{
		display:block!important;
	}
}

