
#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 {
        text-indent: 0;
    }
     
    #page.meeting header h2.widelogo.company {
        text-indent: 0;
    }
    