#redirect-hint {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#373737;
	opacity:0.5;
	color:#eaff05;
	font-family:'Helvetica Neue', Calibri, Helvetica, Arial, sans-serif;
	//font-weight:bold;
}

#redirect-hint > div {
	position:relative;
	top:40%;
	height:40%;
	text-align:center;
	opacity:1;
}

#redirect-hint #remaining-time {
	font-weight:bold;
	font-size:10em;
	color:#ef7b7b;
	//color:red;
}
