/* body { 
	font-family: 'Lato', sans-serif;
	font-size: 2.5em;
	margin:0px;
	background: #ecf0f1; 
}

#main {
	width: 96%;
	padding: 0 2% 4% 2%;
	background: #ecf0f1;
} */

h1,h2,h3,h4,h5,h6 {
	/* color: #2e8b57;  #27AE60; 
	text-align: center; */
}

a {
	/* color: #c0392b; */
	}

#driver1, #driver2, #driver3 {
	width: 98%;
	height: 1.5em;
	font-size: 1.5em;
	background: #FFFFFF;
	border-color: #27AE60;
}

select option {
	background: #FFFFFF;
}

#submit_gioca {
	width: 50%;
	height: 3em;
	font-size: 2em;
	border-color: #27AE60;
	}
	
/* input[type="text"] {
	font-size: 1em;
	border-color: #27AE60;
	} */
	
.position, .score, .player, .player_d, .driver, .stat, .stat_t {
	float: left;
	}
	
.position {
	width: 6%;
	font-weight:bold;
	font-size: 1.5em;
	}
	
.player {
	width: 31%;
	font-size: 1.4em;
	}

.player_d {
	width: 27%;
	font-size: 1.4em;
	}

.score {
	width: 10%;
	color: #27AE60;
	font-weight:bold;
	text-align: center;
	font-size: 1.5em;
	}

.team_title {
	float:left;
	width:300px;
	font-size: 1.4em;
}

.stat {
	width: 8%;
	font-size: 1em;
	text-align: center;
	min-height: 5px;

	}

.stat_t {
	width: 8%;
	font-size: 0.7em;
	text-align: center;
	line-height: 0.9em;
		}
	
.driver {
	width: 17%;
	}

.row {
	clear: both;
	height: 1.2em;
	margin-bottom: 1em;
	}

@media screen and (max-width: 480px) {

.position {
	width: 6%;
	font-weight:bold;
	font-size: 0.7em;
	}
	
.player {
	width: 31%;
	font-size: 0.7em;
	}

.player_d {
	width: 27%;
	font-size: 0.7em;
	}

.score {
	width: 10%;
	color: #27AE60;
	font-weight:bold;
	text-align: center;
	font-size: 0.7em;
	}
.team_title {
	float:left;
	width:50%;
	font-size: 0.7em;
}

.driver {
	width: 17%;
	font-size: 0.4em;
	}
.stat {
	display: none;
	}

.stat_t {
	display: none;
		}

}
	
/* #head {
	position: fixed;
	top:0;
	margin-bottom: 1em;
	font-size: 0.5em;
	background-color:white;
	width:100%;
	}

ul#menu { 
	list-style:none;
	}
	
ul#menu li {
	float: left;
	position:relative;
	width:25%;
	text-align:center;
	margin-bottom: 1em;
	} */