/*
* === CUSTOM.CSS ===
* This file is referenced by SAS-RED template.
* Any custom css that is specific to a website can go here.
*/
/* Hides top menu. */
.nologotype #rt-top-surround {
    /*display: none;*/
}
/* Hides banner so that banner in module can be used. */
.nologotype  #rt-header .logotype img {
    display: none !important;
}


/* Fixes issue with formatting in mobile view */ 
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.sas-responsive-tbl td:before { 
		float: none;
	}
}
/*END - Fixes issue with formatting in mobile view 
---------------------------*/

