/*** MAIN ***/

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-y: scroll;
}

body, p, span, div, table, td, a, ul, li, textarea, input {
	font-family: OpenSansRegular, sans-serif;
	/*font-family: sans-serif;*/
	letter-spacing: 0.5px;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body, p, span, div, table, td, ul, li {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;

	pointer-events: none;
}

body, p, div, table, td, ul, li, textarea, input {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
}

p {
	text-align: left;
}

span {
	text-align: left;
}

div {
	text-align: left;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

a {
	color: #33eeff;
	text-decoration: none;
	outline: none;
	pointer-events: auto;
}

a:hover {
	text-decoration: underline;
}

a.noHL:hover {
	background: none;
	text-decoration: none;
}

select {
	pointer-events: auto;
}

input, textarea {
	pointer-events: auto;
}
