#map-page, #map-canvas { width: 100%; height: 100%; padding: 0; }

.controlgroup-textinput{
				padding-top:.22em;
				padding-bottom:.22em;
			}
			
	/* Custom indentations are needed because the length of custom labels differs from
	   the length of the standard labels */
	.custom-label-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
		text-indent: -3.4em;
	}
	.custom-label-flipswitch.ui-flipswitch .ui-flipswitch-off {
		text-indent: 0.5em;
	}
	
	/* Custom indentations are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
	text-indent: -5.9em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
	text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch {
	width: 8.875em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
	padding-left: 7em;
	width: 1.875em;
}
@media (min-width: 28em) {
	/*Repeated from rule .ui-flipswitch above*/
	.ui-field-contain > label + .custom-size-flipswitch.ui-flipswitch {
		width: 1.875em;
	}
}