
#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/aeb4155d-44d8-460d-94e8-4a0acd3431a7);
	background-repeat:  no-repeat;
	background-position: 0 0;
}

#page.meeting header h2.widelogo.company {
	background: url(/DynamicUI/Get/aeb4155d-44d8-460d-94e8-4a0acd3431a7);
	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: #84a0af !important;
        }

        #page.mobile div.ui-mobile-button > div
        {	
            background-color:  #84a0af !important;
        }
        .arrow-down{ 
            border-color: #84a0af transparent transparent transparent !important;
        }

        .arrow-right {    
            border-color: transparent transparent transparent   #84a0af  !important;
        }

        