.wrapper{

	width:100%;
	max-width:75%;
	border-radius:.3em;
/* 	background-color:#991111!important; */
	padding:1.3em;
	margin:2em auto;
	overflow:auto;
}
.wrapper2{

	width:100%;
	max-width:75%;
	border-radius:.3em;
	background-color:#991111;
	padding:1.3em;
	margin:2em auto;
	overflow:auto;
}
.table-wrap2{
	table-layout: fixed;
	margin:auto;
	margin-bottom:1em;
	border-radius:20px;
	font-family:arial;
}
.table-wrap{
	margin:auto;
	margin-bottom:1em;
	width:90%;
	border-radius:20px;
	font-family:arial;
}
.table-wrapLeg{
	display:inline-block;
	margin-left:0em;

	width:28%;
	border-radius:20px;
	font-family:arial;
}
.table-wrapNote{
	margin-left:0em;
	margin-bottom:1em;
	width:36%;
	border-radius:20px;
	font-family:arial;
}
.wrapper h3, p{
	padding:0;
	margin:0;
}
.tabs-table-title{

	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}

.left-container{
	width:25%;
	font-size:1em;
	float:left;
	margin-left:0em;
	background:#c2c2c2;
	border-radius:5px;
	padding-top:15px;
}

.left-container2{
	width:30%;
	font-size:1em;
	float:left;
	margin-left:0em;
	background:#cccccc;
	border-radius:10px;
	padding:5px;
}
.items {
	background:none!important;
	border:none!important;
	margin:0!important;
	padding:0!important;
}
.items ul{
	margin:0 auto;
}
.items li{
	list-style:none;
	font-size:1.2em;
	font-weight:bold;

}

.items li a{
	text-decoration:none;
	display:inline-block;
	width:100% !important;
	background:#991111;
	border-radius:10px;
	color:#ffffff!important;
	padding:3px 3px 3px 5px;
	margin:2px 0 0 -8px;

} 

.tabs-table-title{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	background-color:none!important;
}

.items li a:hover{
	background:#FFE605;
	color:#000000!important;
}
/* #items .some{ */
	/* color:#fff; */
/* } */
.ui-tabs-anchor{
	color:#000000 !important;
}
.item-content{
	border:.02em solid black;
	width:40%;
	background:#fff;
	border-radius:.5em;
	float:right;
	padding:1.5em; 
	max-height:34em;
	overflow-y:auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif !important;

}
.item-content2{
	border:.02em solid black;
	width:50%;
	background:#fff;
	border-radius:.5em;
	float:right;
	padding:1.5em; 
	max-height:34em;
	overflow-y:auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif !important;

}
.item-content3{
	border:.02em solid black;
	width:60%;
	background:#fff;
	border-radius:.5em;
	float:right;
	padding:1.5em; 
	max-height:34em;
	overflow-y:auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif !important;

}
.item-content4{
	border:.02em solid black;
	width:70%;
	background:#fff;
	border-radius:.5em;
	float:right;
	padding:1.5em; 
	max-height:34em;
	overflow-y:auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif !important;

}

.item-content5{
	border:.02em solid black;
	width:80%;
	background:#fff;
	border-radius:.5em;
	float:right;
	padding:1.5em; 
	max-height:34em;
	overflow-y:auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif !important;


}
.item-content6{
	border:.02em solid black;
	width:60%;
	background:#fff;
	border-radius:.5em;
	float:right;
	padding:1.5em; 
	max-height:34em;
	overflow-y:auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif !important;


}
.item-content7{
	border:.02em solid black;
	width:60%;
	background:#fff;
	border-radius:.5em;
	float:right;
	padding:1.5em; 
	max-height:34em;
	overflow-y:auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif !important;
 
}
.transcript-text{

	padding:1.5em; 
	max-height:16em;
	overflow-y:auto;
	font-size:.9em;


}
.transContent{

	padding:1.5em; 
	max-height:24em;
	overflow-y:auto;
	font-size:.9em;


}
#item-Header{
	margin-top:0.1em;
	width:37%;
	
	text-align:center;
}
#item-Header1{
	margin-top:0.1em;
	width:38%;
	
	text-align:center;
}
#item-content h3{
	text-align:left;
}
.ui-state-active a{
	background-color:#666666 !important;
	color:#ffffff;
}
#crl{
	clear:both;
}
@media screen and (max-width: 400px){
	#wrapper{
	border:.02em solid black;
	width:95% !important;
	border-radius:.3em;
	background:#7B8738;
	padding:1.3em;
	margin:5em auto;
	}
}
@media screen and (max-width: 600px){
	#wrapper{
	border:.02em solid black;
	width:92% !important;
	border-radius:.3em;
	background:#7B8738;
	padding:1.3em;
	margin:5em auto;
	}
}
@media screen and (max-width: 800px){
	#wrapper{
	border:.02em solid black;
	width:90% !important;
	border-radius:.3em;
	background:#7B8738;
	padding:1.3em;
	margin:5em auto;
	}
	#item-content{
		width:70% !important;
	}
}