@charset "utf-8";
body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #E8E8E8;
}
.centra {
	width: 100%;
	text-align: center;
}
.centra .titolo {
	color: #006CFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
}
.centra .sottotitolo {
	font-size: 11px;
}

.centra .riga {
	margin: auto;
	width: 800px;
}
tr td .nome {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}
tr td .hsec {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}
tr td .htotali {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
  }
.hint  {
	font-size: 10px;
}
.hinthelp  {
	font-size: 14px;
}

.topplayer {
	color: #FF0000;
	font-size: 40px;
	font-weight: bold;
	border: 1px solid #FFC600;
}
.centra .descrizione {
	color: #134904;
}
.centra form .campo {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	width: 400px;
}
.centra form .invio {
	background-color: #004CFF;
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	height: 40px;
	border: 1px solid #F8FF00;
	cursor: pointer;
}
.counter {
	text-align: center;
	width: 100%;
	font-size: 80px;
	color: #0004E3;
}
.container .counter #countdown {
	font-size: 80px;
}
td .speed .speedvuoto {
	border: 1px solid #000000;
	background-color: #C4C4C4;
	height: 7px;
	max-height: 7px;
	font-size: 15px;
}
td .speed .speedpieno {
	border: 1px solid #000000;
	background-color: #0054FF;
	color: #FFFFFF;
	height: 10px;
	max-height: 10px;
	font-size: 15px;
}
.centra .note {
	font-size: 12px;
}

a:hover, a:visited, a:link, a:active
{
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
	color: #000; /* blue colors for links too */
    text-decoration: inherit; /* no underline */	
}
.centra .note .friend {
	color: #005AC7;
}

.bonusaddizionali {
	font-size: 13px;
	color: #006CFF;
}
#progress {
	width: 400px;
	border: 1px solid black;
	position: relative;
	margin: auto;
	padding: 1px;
}


#percent {
	position: absolute;
	left: 48%;
	font-size: 11px;
}
