*{
	box-sizing:border-box
	}
	

/*  Cols*/
.mae_box {background:#fff; overflow: hidden; border:2px solid #ededed; position:relative; line-height:32px}

.mae_col_10, .mae_col_20, .mae_col_25, .mae_col_33, .mae_col_40, .mae_col_50, .mae_col_60, .mae_col_66, .mae_col_75 {
	position: relative;
	min-height: 1px;
	
}
@media (min-width: 768px) {
.mae_col_10 {
	width: 10%;
	float: left;
	z-index:65
}
.mae_col_20 {
	width: 20%;
	float: left;
	z-index:65
}
.mae_col_25 {
	width: 25%;
	float: left;
	z-index:10;
	
	padding:20px 20px 20px 0px;
	margin-bottom:25px
}
.mae_col_30{
	width: 30%;
	float: left;
	z-index:55
}
.mae_col_33{
	width: 33.3333%;
	float: left;
	z-index:60
}
.mae_col_40 {
	width: 40%;
	float: left;
	z-index:55
}
.mae_col_50 {
	width: 50%;
	float: left;
	z-index:55
}
.mae_col_50_dets_li {
	width: 50%;
	float: left;
	z-index:55;
	border-top:1px solid #ededed; 
	padding:5px 5px 5px 5px ; text-align:center; background:#f8f8f8; line-height:16px;  position:absolute; bottom:0; left:0; z-index:2000
}
.mae_col_50_dets_re {
	width: 50%;
	float: left;
	z-index:55;
	border-top:1px solid #ededed; 
	padding:5px 5px 5px 5px ; text-align:center; background:#f8f8f8; line-height:16px;  position:absolute; bottom:0; right:0; border-left:1px solid #ededed; z-index:3000
}
.mae_col_60 {
	width: 60%;
	float: left;
	z-index:55
}
.mae_col_66 {
	width: 66.6666%;
	float: left;
	z-index:70
}
.mae_col_66_term {
	width: 66.6666%;
	float: left;
	z-index:70
}
.mae_col_75 {
	width: 75%;
	float: left;
	z-index:75
}

}
@media (max-width: 900px) {
.mae_col_10, .mae_col_20, .mae_col_25, .mae_col_33, .mae_col_40, .mae_col_50, .mae_col_60, .mae_col_66_term, .mae_col_75 {
	width: 50%;
	float: left;
	text-align:center !important
}
}
@media (max-width: 900px) {
.mae_col_30,.mae_col_66_term  {
	width: 100%;
	float: none;
}
}
@media (max-width: 500px) {
.mae_col_25 {
	width: 100%;
	float: none;
	text-align:center !important
}	


}
@media (max-width: 767px) {
.mae_col_10, .mae_col_20, .mae_col_33, .mae_col_40, .mae_col_50, .mae_col_60, .mae_col_66, .mae_col_75 {
	width: 100%;
	float: none;
	text-align:center !important
}	


}
