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