ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
ul.tabs li{
	background: none;
	color: #333;
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #ebebeb;
	font-size: 16px;
}
ul.tabs li.current,  ul.tabs li:hover{
	background: #ff1924;
	color: #fff;
}

.tab-content{
	display: none;
	padding: 15px 0;
}

.tab-content.current{
	display: block;
}
.tab_box .col-xs-6{padding: 5px 0;}
.tab_box .col-md-8 p{color:#333; height:40px;};
#stock {width:97%; }
#stock td { font-size: 11px; color: #666; vertical-align:middle;  padding:5px 8px;  border-bottom:1px solid #d2d2d2; border-right:1px solid #d2d2d2; }
#stock th { font-size: 12px; color: #fff; font-weight: bold; padding:7px; letter-spacing:-1px; border-bottom:1px solid #989898;  border-right:1px solid #989898; }
#stock tr:hover , #stock th:hover,#stock tr:forcus , #stock th:forcus,#stock tr:active , #stock th:active,#stock tr:success , #stock th:success{background:#484848;}
#stock .nobd { border-right:0;}
#stock .space {letter-spacing: -1px; }


@media (max-width: 991px){

	ul.tabs li{
		width: 32%;
		float: left;
		text-align: center;
		border-radius: 5px;
		padding: 10px;
		margin-right: 1%;
		background: #fff;
		border: 1px solid #a0a0a0;
		font-size: 0.7em;
	}
	ul.tabs li.current,  ul.tabs li:hover{
		border: 1px solid #e83827;
		color: #e83827;
		background: #fff;
	}

}