
a {
	color:#23A4FF;
}

#container {
	width: 600px;
	height: 900px;
	margin:0 auto;
	margin-top:50;
	position:relative;
}

#center-container {
	width:600px;
	height:900px;
	position:absolute;
	top:0;
	left:0;
	background-color:#1a1a1a;
	color:#ccc;
}


.text {
	margin: 7px;
}

#inner-details {
	font-size:0.8em;
	list-style:none;
	margin:7px;
}

#log {
	position:absolute;
	top:-30px;
	width:600px;
	margin:auto;
	font-size:1.0em;
	font-weight:bold;
	color:#23A4FF;
	text-align:center;
}


#infovis {
	position:relative;
	width:600px;
	height:900px;
	margin:auto;
	overflow:hidden;
}

/*TOOLTIPS*/
.tip {
	color: #111;
	width: 139px;
	background-color: white;
	border:1px solid #ccc;
	-moz-box-shadow:#555 2px 2px 8px;
	-webkit-box-shadow:#555 2px 2px 8px;
	-o-box-shadow:#555 2px 2px 8px;
	box-shadow:#555 2px 2px 8px;
	opacity:0.9;
	filter:alpha(opacity=90);
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:7px;
}

/* Responsive */
@media (max-width: 762px) {
	#container {
		width: 100%;
		overflow: scroll;
	}
	/* #center-container {
		width: 100%;
	}
	#log {
		width: 100%;
	}
	#infovis {
		width: 100%;
	} */
}