
#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/9f4221c7-2c3a-4caa-ade6-d4b68bd2df84);
	background-repeat:  no-repeat;
	background-position: 0 0;
}

#page.meeting header h2.widelogo.company {
	background: url(/DynamicUI/Get/9f4221c7-2c3a-4caa-ade6-d4b68bd2df84);
	background-repeat:  no-repeat;
	background-position: 0 0;
}
