html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	margin: 0px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: white;
	background-color: white;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	height: 100%;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 14px;
}