/* ============================ 
 Revised: 8/31/15
=============================== */

/* universal ----------- */
html, body {
	overflow: hidden;
	height: 100%; 
	margin: 0;
}

#svgDiv {
	opacity: 0;
}

*[id^=button] {
	cursor: pointer;
}

/* data gathering */

#dataGatheringPage { font-family: "Museo-Sans", Arial, Helvetica, sans-serif; width: 100%; max-width: 350px; margin-left: auto; margin-right: auto; padding: 10px; }
#dgContainer { color: #fff; font-size: 20px; }
#dgContainer input, #dgContainer select { box-sizing: border-box; border-radius: 1px; width: 100%; height: 46px; color: #000; font-size: 25px; font-weight: bold; padding: 5px; margin-top: 2px; }
#dgContainer input {  border: none; }
#dgContainer select { border: 1px solid #fff; }
.dgButton { display: block; text-decoration: none; margin-top: 10px; height: 50px; width: 100%; background-color: gray; text-align: center; border-radius: 15px; cursor: pointer; }
.dgButton div { position: relative; top: 11px; font-size: 25px; font-weight: bold; color: #fff; }