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

#tab #navs {
	width:100%;
	margin:0;
	padding:0;
	display: flex;
	align-items: flex-start;
	justify-content:left;
	align-items: stretch;
	flex-wrap: wrap;
}

#tab #navs li {
	/*flex:1;*/
	width:25%;
	margin:0 0.5em 0 0;
	padding:10px 0 8px;
	text-align:center;
	background: #f2ffe2;
	border: 1px solid #00521c;
	border-bottom: 0px solid #FFF;
	color:#00521c;
	border-radius: 5px 5px 0 0;
	font-size:120%;
}

#tab #navs li:last-child { margin-right:0; }

#tab #navs li.select { 
	background: #00521c;
	color:#FFFFFF;
	font-weight:bold;
	border-radius: 5px 5px 0 0;
}

#tab #navs li:hover { background: #549500; color:#FFFFFF; }

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

