
#tab {
	width: 100%;
}
#tab #navs {
	float: left;
	width: 100%;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 5px;
}

#tab #navs li {
	text-align: center;
	display: inline-block;
	margin-right: 0;
	padding:0.5em 0.7em 0.4em;
	background: #ffffff;
	border: 1px solid #0a0fd8;
	border-bottom: 0px solid #FFF;
	color:#0a0fd8;
	font-size:110%;
	border-radius: 5px 5px 0 0 ;
}

#tab #navs li.select { 
	background: #0a0fd8;
	color:#FFFFFF;
	font-weight:bold;
}

#tab div { clear: both; }
#tab table { width:100%;}


@media screen and (max-width:919px){
	
	#tab #navs li { font-size:100%; }
	
}