/* Custom grey banner*/
.custom_banner{
	font-size: 30px;
	text-align: left;
	margin: 25px 0px 25px 0px;
	border-width: 0 0 25px 0;
    -webkit-border-image: 
        -webkit-gradient(linear, 100% 0, 0 0, from(rgba(230, 230, 230, 1)), to(rgba(0, 0, 0, 0))) 100% 1;
    -webkit-border-image: 
        -webkit-linear-gradient(top, rgba(230, 230, 230, 1), rgba(0, 0, 0, 0)) 100% 1;
    -o-border-image:
             -o-linear-gradient(top, rgba(230, 230, 230, 1), rgba(0, 0, 0, 0)) 100% 1;
    -moz-border-image:
           -moz-linear-gradient(top, rgba(230, 230, 230, 1), rgba(0, 0, 0, 0)) 100% 1;  
}