﻿/*
To implement custom css rules for eHOG application rename this
    file to inhouse.css.    
*/

/*This css rule will remove the yellow background from all configurable messages*/
.tdg-content .config-message-background
{
                background-color: transparent;
}



/*This css rule will remove the purple background from all configurable messages that need to be edited*/
.config-message-highlight
{
	background-color: transparent;
}