@charset "utf-8";
html, body {
	background:#005cba;
	color: #FFFFFF;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

div {
	font-size: 2em;
}

div.firstStep {
	font-size: 4em;
}

div.firstStep input {
	width: 95%;
}

div.firstStep input, div.externalRegistration table input {
	height: 10%;
	font-size: larger;
}

div.externalRegistration table {
	font-size: 1.4em;
	width: 100%;
}

div.firstStep, div.externalRegistration, div.succesfulCheckin, div.undoneCheckin {
	padding-left: 10px;
	padding-top: 10px;
}

div.externalRegistration {
	height: 10px;
	visibility: hidden;
}

div.succesfulCheckin, div.undoneCheckin {
	font-size: 4em;
}

div.succesfulCheckin a, div.undoneCheckin a {
	color: #08BBD6;
}

div.topLineSuccess {
	font-size: 1.5em;
	color: #00FF00;
}

div.topLineUndone {
	font-size: 1.5em;
	color: #FF0000;
}
