@charset "UTF-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow-x: hidden; 
	overflow-y: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	background-color: black;
}

div.earthtitle {
	width: 100%;
	height: 35px;
	position: absolute;
	margin-left: 0px;
	top: 0px;
	overflow: hidden;
	left: -1px;	
	
}

titleheader {
	font-size: 1.4em;
	/*font-size: 2vw;*/
	font-weight: normal;
	margin-left: 15px;
	color:#CFCFCF;
}

subtitleheader {
	font-size: .8em;
	/*font-size: 2vw;*/
	font-weight: normal;
	color:#B1B1B1;

}


div.earthdetails {
	/*font-size: 5vmin;*/
	position: relative;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 45px;
	overflow: auto;
	
}



thedetails {
	font-size: 1em;
	color:#ffffff;
	font-weight: normal;
}

subdetails {
	font-size: 1em;
	color:#bcbcbc;
	font-weight: normal;
	display: block;
	padding-left: 10px;
}