
.most-active-options .left-c {
	display:inline-block;
	width:100%;
}
.most-active-options .left-c div{
	height:20px;
}

.most-active-options .left-c .colh {
    display: inline-block;
    float: left;
    /*padding-right: 2px;*/
    width: 25%;
    word-wrap: break-word;
    font-family: 'OpenSans-Light';
    font-size: 14px;
    color: #AAAAAA;
    padding-bottom: 5px;
}

.most-active-options .col {
    display: inline-block;
    float: left;
    width: 25%;
    word-wrap: break-word;
    font-family: 'SansPro-Light';
    font-size: 12pt;
    /* border-left: 1px solid #797B7A; */
}

.most-active-options .left-c .colha {
    display: inline-block;
    float: left;
    /*padding-right: 2px;*/
    width: 20%;
    word-wrap: break-word;
    font-family: 'OpenSans-Light';
    font-size: 14px;
    color: #AAAAAA;
    padding-bottom: 5px;
}

.most-active-options .cola {
    display: inline-block;
    float: left;
    width: 20%;
    word-wrap: break-word;
    font-family: 'SansPro-Light';
    font-size: 12pt;
    /* border-left: 1px solid #797B7A; */
}
.most-active-options .left-c .bottom-link {
	text-align: right;
    width: 87%;
    display: inline-block;
	margin-top: 5px;
    margin-bottom: 5px;	
}
.most-active-options .left-c .bottom-link a{
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #AAAAAA;	
}
	@media all and (max-width: 1060px) {
		 .most-active-options .left-c .colh {
			width:24.7% !important;
		 }
	}

	@media all and (max-width: 360px) {
		 .most-active-options .left-c .colh, .most-active-options .left-c .col1, .most-active-options .left-c .col2, .most-active-options .left-c .col3 {
			width:30% !important;
		 }
	}