
.clear{
	height:0;
	clear: both;
}
.stock-market .header-title{
	border-top: 3px solid #6b7b84;
	padding: 7px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.stock-market .header-title h3{
	margin: 0;
}
.stock-market .nav-tabs{
	margin: 0;
	border-top: 2px solid #6b7b84;
	display: table;
	width: 100%;
	border-bottom: 0;
}
.stock-market .nav-tabs > li{
	border: 0;
	background: #eee;
	border-radius: 0;
	float: none;
	display: table-cell;
	text-align: center;
}
.stock-market .nav-tabs > li > a{
	border-radius: 0;
	border: 0;
	margin: 0;
	color: #6b7b84;
	position: relative;
}
.stock-market .nav-tabs > li.active > a,.stock-market .nav-tabs > li.active > a:hover, .stock-market .nav-tabs > li > a:focus,.stock-market .nav-tabs > li.active > a:focus{
	border: 0;
	background: #6b7b84;
	border-radius: 0;
	color: #fff;
}
.stock-market .nav-tabs > li.active > a:after{
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 7px solid #6b7b84;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
}
.stock-market .tab-content .tab-pane{
	padding: 20px 0;
}
.stock-market .tab-content .tab-pane table{
	width: 100%;
}
.stock-market .tab-content .tab-pane table tr{
	border-bottom: 1px solid #ccc;
}
.stock-market .tab-content .tab-pane table tr td{
	border-bottom: 1px solid #ccc;
	padding: 5px;
}