html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	min-height: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	min-height: 100vh;
	max-width: 100vw;
	line-height: 1;
	text-align: center;
	font-family: arial;
	background-color: #FFF;
	background-image:
		linear-gradient(to right, #00FFB3 0%, #00FFB3 100%),
		linear-gradient(to right, #CCFF00 0%, #CCFF00 100%),
		linear-gradient(to right, #FF004D 0%, #FF004D 100%),
		linear-gradient(to right, #00FFB3 0%, #00FFB3 100%),
		linear-gradient(to right, #CCFF00 0%, #CCFF00 100%),
		linear-gradient(to right, #FF004D 0%, #FF004D 100%);
	background-repeat: no-repeat;
	background-size:
		4vw 100vh,
		4vw 100vh,
		4vw 100vh,
		4vw 100vh,
		4vw 100vh,
		4vw 100vh;
	background-position:
		left 0.75vw top,
		left 5.5vw top,
		left 10.25vw top,
		right 0.75vw top,
		right 5.5vw top,
		right 10.25vw top;
}

ol, ul {
	list-style: none;
}

input, select, textarea {
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:lang(en-us) > q {
	font: 600 30px arial;
	quotes: "\201c" "\201d" "\2018" "\2019";
}

:lang(en-gb) > q {
	quotes: "\2018" "\2019" "\201c" "\201d";
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, input, select {
	margin: 0;
	vertical-align: bottom;
}

textarea:disabled, input:disabled, select:disabled , button:disabled {
	background: #B2B2B2;
	color: #000;
	cursor: not-allowed;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

small, sub, sup {
	font-size: 0.8em;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

span.bold {
	font-weight: 600;
}

span.italic {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

span.strike {
	text-decoration: line-through;
}

span.uppercase {
	text-transform: uppercase;
}

span.lowercase {
	text-transform: lowercase;
}

span.capitalize {
	text-transform: capitalize;
}

@font-face {
	font-family: texgyreadventor_bold;
	src: url('../fonts/texgyreadventor_bold.otf');
}


/* General Style */

.hide {
	display: none;
}

.wait {
	cursor: wait;
}

#web_app_title_screen {
	width: 100%;
	height: 88vh;
	overflow: hidden;
}

#web_app_title {
	margin: 0 auto;
	margin-top: 150px;
	width: 400px;
	height: 200px;
	text-align: center;
	overflow: hidden;
}

#web_app_title_name {
	display: block;
	font: 900 100px/120px texgyreadventor_bold;
}

#web_app_title_name span#colored {
	color: #4682B4;
}

#web_app_description, #web_app_tagline {
	display: block;
	font: 700 24px/30px texgyreadventor_bold;
	text-align: right;
}

#footer {
	background: #4682B4;
	width: 100%;
	height: 12vh;
	overflow: hidden;
}

#about_button_area {
	float: left;
	width: 14.25%;
	height: 12vh;
	text-align: center;
	overflow: hidden;
}

#about_button {
	padding: 1vh 0;
	height: 10vh;
	font: 65px/10vh texgyreadventor_bold;
	color: #FFF;
	cursor: pointer;
}

#about_button:hover {
	color: #CCFF00;
}

#user_login_bar {
	float: left;
	background: #000;
	width: 71.5%;
	height: 12vh;
	overflow: hidden;
}

#forgot_password_area {
	float: left;
	padding: 2vh 0;
	width: 14.25%;
	height: 8vh;
	overflow: hidden;
}

#forgot_password {
	font: 700 18px/4vh texgyreadventor_bold;
	color: #FFF;
	cursor: pointer;
}

#forgot_password:hover {
	color: #CCFF00;
}