/* JQUERYMOBILE OVERRIDES */

    /* overrides min height of 300px in landscape mode media query causing rendering issues of cume widget */
	.ui-mobile .ui-page {
		min-height: 0px;
	}


