@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #ddd;
	font-family: sans-serif;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #88dfe9;
	background: radial-gradient(circle at top right, #88dfe9, #3e939d);
	background: -webkit-gradient(radial, top right, 0, top right, 460, from(#88dfe9), to(#3e939d));
	background: -webkit-radial-gradient(circle at top right, #88dfe9, #3e939d);
	background: -moz-radial-gradient(circle at top right, #88dfe9, #3e939d);
	background: -ms-radial-gradient(circle at top right, #88dfe9, #3e939d);
}
#floatingCirclesBase {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	text-align: center;
	background: #ddd;
}
.floatingCirclesG {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -120px auto;
	width: 100%;
	height: 40px;
	padding: 10px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.nodata{
	max-width: 500px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 10px 20px 10px 20px;
	background: rgba(255,255,255,0.25);	
	color: #ffffff;
	font-size: 30px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(255,255,255,0.45);	
}
.footer {
	width: 100%;
	display: block;
	font-size: 10px;
	margin: 0;
}
@media (max-width: 600px) {
  .floatingCirclesG {
		margin: -110px auto;		
	}
}

