/* Renaming this file to Global.css will add this CSS after ~/CSS/Global.css 
   Use this add additional global CSS rules or override existing global CSS rules.
*/


html{
}.tdg-content .grey,
.tdg-content .h1,
.tdg-content .header {
    color: #007660;

}
.tdg-content .config-message-background {
  background-color: transparent;
}


@media print
{
    .tdg-default-header-logout-button
    {
        display:none;
    }
}

