.margin-vertical-10{height:10px; width:100%}
.margin-vertical-20{height:20px; width:100%}
.margin-vertical-30{height:30px; width:100%}
.margin-vertical-40{height:40px; width:100%}
.margin-vertical-50{height:50px; width:100%}
.margin-vertical-60{height:60px; width:100%}
.margin-vertical-70{height:70px; width:100%}
.margin-vertical-80{height:80px; width:100%}
.margin-vertical-90{height:90px; width:100%}
.margin-vertical-100{height:100px; width:100%}

@media screen and (max-width:480px){.custom-col-10{margin-top:55px !important; width:100% !important}}
@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:left}}

.ad-box{
	background:#eaeaea;
	border-radius:4px;
	position:relative;
	margin-bottom:10px;
}
.ad-box a{
	color:#000;
	text-decoration:none;
}
.ad-box .number{
	text-align:center;
	padding:15px 5px;
	font-size:24px;
	margin-bottom:10px;
	color:#fff;
	font-weight:bold;
}
.ad-box .content{
	padding:10px;
	height:200px;
	border-bottom:5pt solid;
}
.red .number{
	background:#e2252b;
}
.red .content{
	 border-color:#900603;
}
.green .number{
	background:#03c04a;
}
.green .content{
	border-color:#028910;
}
.yellow .number{
	background:#fee227;
}
.yellow .content{
	border-color:#f9a602;
}
.blue .number{
	background:#0492c2;
}
.blue .content{
	border-color:#0b1171;
}
.purple .number{
	background:#a32cc4;
}
.purple .content{
	border-color:#710193;
}
.orange .number{
	background:#f98228;
}
.orange .content{
	border-color:#dd561c;
}
.pink .number{
	background:#fc46aa;
}
.pink .content{
	border-color:#e11584;
}