
#page.mobile.meeting header
{
	background-color: White;
	background-image: linear-gradient(bottom, White 0%, White 30%, White 70%, White 100%);
	background-image: -o-linear-gradient(bottom, White 0%, White 30%, White 70%, White 100%);
	background-image: -moz-linear-gradient(bottom, White 0%, White 30%, White 70%, White 100%);
	background-image: -webkit-linear-gradient(bottom, White 0%, White 30%, White 70%, White 100%);
	background-image: -ms-linear-gradient(bottom, White 0%, White 30%, White 70%, White 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.00, White), color-stop(0.30, White), color-stop(0.70, White), color-stop(1.00, White)
	);
}


#page.meeting header h2.logo.company {
	background: url(/DynamicUI/Get/7e2332a0-85df-4cb5-b19b-c37d573ba945);
	background-repeat:  no-repeat;
	background-position: 0 0;
}

#page.meeting header h2.widelogo.company {
	background: url(/DynamicUI/Get/7e2332a0-85df-4cb5-b19b-c37d573ba945);
	background-repeat:  no-repeat;
	background-position: 0 0;
}

        

        #page.mobile div.ui-mobile-button.light > div *, h3, a, a:visited, a:active, .branding-color
        {
            color: #cc0000 !important;
        }

        #page.mobile div.ui-mobile-button > div
        {	
            background-color:  #cc0000 !important;
        }
        .arrow-down{ 
            border-color: #cc0000 transparent transparent transparent !important;
        }

        .arrow-right {    
            border-color: transparent transparent transparent   #cc0000  !important;
        }

        