input.download{
	display: block;
	min-width: 10em;
	min-height: 3em;
	margin: 2em;
	background: white;
	border: 1px solid #315589;
}

div.download{
	position: relative;
	display: none;
	background-color: white;
	top: -25em;
	left: 12em;
	text-align: justify;
	width: 80%;
	height: 13em;
	padding: 1em;
	border: 1px solid #315589;
	overflow: auto;
}

div.title{
	text-align: center;
}

div.foot{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	background-color: #315589;
	color: white;
}

a.btn{
	color: #487CC8;
	text-decoration: none;
}

a.btn:hover{
	color: #DCB116;
	text-decoration: underline;
}

a.clean{
	color: white;
	font-weight: bolder;
	text-decoration: none;
}
a.clean:hover{
	color: #DCB116;
	text-decoration: none;
}



h1{
	text-align: center;
	width: 100%;
	padding: 0em;
	letter-spacing: 0.5em;
	margin: 0;
	background-color: #315589;
	color: white;
	font-family: 'PT Sans', sans-serif;
	font-size: 3em;
}


h2{
	text-align: center;
	width: 100%;
	color: #315589;
	padding: 0em;
	font-family: 'PT Sans', sans-serif;
}

body{
	margin: 0;
	background: -webkit-linear-gradient(hsla(0, 0%, 100%, 0.62), #e5f5ff);
}

html{
	margin: 0;
	background: #e5f5ff;
}

