html{
	width:100%;
	height:100%;
}
body{
	text-align:center;
	width:100%;
	height:100%;
	margin:0px;
	background-color:#5494FF;
	background-repeat:no-repeat;
	background-position:center center;
}
img{
	border:0px;
}
ol{
	padding-left: 30px;
}
a{
	margin:5px;
	color:white;
	text-decoration:none;
	font-size:20px;
}
input,select{
	width:90px;
}
td{
	text-align:center;
}
.cookie{
	box-sizing: border-box;
	background-color:white;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	line-height:26px;
	border: 2px solid white;
	text-align:center;
}
.logo{
	margin:20px;
}
.riga1{
	font-weight:bold;
	border:1px solid white;
	background-color:black;
	color:white;
	padding:5px;
}
.riga2{
	background-color:white;
	padding:5px;
	border:1px solid white;
}
.tabella{
	display:inline-block;
	border:1px solid white;
	margin-bottom:40px;
}
.bottone{
	border:1px solid white;
	margin:5px;
	padding:5px;
	border-radius:10px;
}