#tabs{
	display: inline-block;
	width: 100%;
}

#tabs > div{
	padding-top: 20px;
}

#tabs>ul{
	margin: 0px;
	padding: 0px;
}

#tabs>ul:after{
	content: "";
	display: block;
	clear: both;
	height: 10px;
	background: #5aba2b;
}

#tabs>ul>li{
	width: 28%;
	margin: 0 0 0 10px;
	padding: 0;
	cursor: pointer;
	display: block;
	float: left;
	padding: 10px 15px;
	background: #334051 ;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
}

#tabs>ul>li:first-child {
	margin-left: 0;
}

#tabs>ul>li.active, #tabs>ul>li.active:hover{
	background: #5aba2b;
	color: #fff;
}

#tabs>ul>li>span {
	display: block;
	font-size: 0.7em;
	margin-top: -5px;
	color: #e4e4e4;
}