﻿/*
To implement custom css rules for dogs 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;
}


