
#earth{
	box-sizing: border-box;
	position:relative
}
#earth svg{
	display:none
}
#view{
	background:#000;
	position:absolute;
	top:10px;
	left:10px;
	border:3px solid #666;
	box-sizing: border-box;
		
}
#view-title-moon,#view-legend-moon{
	display: none
}
.moonstatus_slider input,.moonangleZ_slider input{
	display:none
}
.moonstatus_slider .ui-slider-track,.moonangleZ_slider .ui-slider-track{
	margin:0 15px;
}

.app__title{
	position:absolute;
	left:10px;
	top:10px;
	padding:10px;
	border-radius: 5px;
	background:rgba(255,255,255,1);	
}
.app__title h3{
	padding:0;
	margin:0;
	font-weight: 800;
}
.app__title fieldset{
	margin-bottom: 0
}
.earth__control{
	position:absolute;
	right:10px;
	top:10px;
}
.app__legend{
	position:absolute;
	left:10px;
	bottom:10px;;
	padding:5px 10px;
	border-radius: 5px;
	background:rgba(255,255,255,0.8);
	font-size:14px
}
.app__legend__line{
	vertical-align: middle;
	height:5px;
	width:30px;
	display:inline-block
}
.app__legend fieldset{
	margin-bottom: 0;
}
.app__legend .ui-btn{
	padding-top:5px;
	padding-bottom: 5px
}

.place__time{
	position:absolute;
	right:10px;
	top:10px;;
	padding:10px;
	border-radius: 5px;
	background:rgba(255,255,255,0.8);
	font-size:20px
}

#legend-plane{
	display:none
}