[data-cattype="88011"] .container{
    text-align: left;
}



[data-cattype="88011"] a:link, a:visited {
    color: #cb131b;
    text-decoration: none;
}


[data-cattype="88011"] form.loading{position:relative;}
[data-cattype="88011"] form.loading::before{
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(255, 255, 255, 0.75);
	content:"Loading...";
	z-index:10;
	text-align:center;
	padding:10%;
    left: 0;
    top: 0;
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px){
    
}

/* Mobile screen size */
@media (max-width: 480px) {
    
   
}