@charset "utf-8";
/* CSS Document */

body {margin:0;padding:0;}
.mobile {display:none;}

/* fix buttons appearing in middle of forms when inputs are floated */
div[id$="pnlButtons"] { clear: both; }
.imod_formItemWrapper { clear:both; display:table; width:100%; }

/* adding mobile hide and mobile only class */
@media only screen and (max-width: 767px) {
	.mobile {display:block;}
	.mobilehide {display:none;}
}
