.tabs-market {
    width: 100%;
    float: none;
    list-style: none;
    padding: 0;
}
 
.tabs-market li {
	display: block;
}

.labels-market:after {
	content: '';
	display: table;
	clear: both;
}

.tabs-market label {
	display: inline-block;
	float: left;
    padding: 0.8em 0.9em;
    color: #999;
    font-weight: normal;
    background: #FFF;
    cursor: pointer;
	margin:0.5px;
	border:1px solid #ddd;
	border-bottom:1px solid #fff;
	border-top:2px solid #ddd;
}
 
.tabs-market label:hover {
	color:#333;
	border-top:2px solid #ff4e00;
} 
 
.tab-content-market {
    display: none;
    width: 100%;
    padding: 1em 0;
	overflow-y:scroll;
	height:900px;
}

.tabs-market input[type=radio] {
    display:none;
}
 
[id^=tab-market]:checked ~ div[id^=tab-content-market] {
    display: block;
}

[id^=tab-market]:checked ~ [id^=label]  {
    background: #0202a1;
    color: white;
	border:4px solid transparent;
}

#search-box {
	display:block;
	width:100%;
	padding:0.5em;
	border:1px solid #666;
	background-color:#EEE;
}