﻿/*
To implement custom css rules for licensing eApply rename this
    file to inhouse.css.    
*/

/*This css rule will remove the yellow background from all configurable messages*/
.config-message-background
{
	background-color: transparent;
 font-family: 'Cambria', serif;
}