@charset "utf-8";

body {
	background: rgb(134,192,238); /* Light blue */
}

#welcome {
	margin-top:10px;
	width:945px;
	clear:both;
}

#application {
	width:945px;
	float:left;
}

.big {
	font-size:1.5em;
}

select {
	margin-right:25px;
}

#loading {
	width:150px;
	text-align:center;
	background-color:#86C0EE;
	margin:0 auto;
	border:1px solid black;
}

#rangesButton{
	margin:10px 0 0 50px;
}

#rangesButton:hover{
	/*Shadow*/
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}