<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#tab {
	width: 100%;
}
#tab #navs {
	display:block;
/*
	float: left;
*/
	width: 100%;
	text-align:left;
	background: #FFFFFF;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 5px;
}

#tab #navs li {
	text-align: center;
	display: inline-block;
/*
	float: left;
	width: 15%;
*/
	margin-right: 2px;
	padding:0.5em;
	background: #edf8fe;
	border: 1px solid #cdc5a5;
	border-bottom: 0px solid #FFF;
	color:#264c01;
/*
	height:30px;
	line-height:30px;
	min-width:80px;
*/
}

#tab #navs li.select { 
	background: #04befb;
	color:#FFFFFF;
}

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

#tab #navs02 li {
	text-align: center;
	display: block;
	float: left;
	width: 48%;
	margin-right: 3px;
	background: #edf8fe;
	border: 1px solid #cdc5a5;
	border-bottom: 0px solid #FFF;
	height:30px;
	line-height:30px;
	color:#264c01;
	min-width:80px
}

#tab #navs02 li.select { 
	background: #04befb;
	color:#FFFFFF;
}

#tab div { clear: both; }
</pre></body></html>