html, body, #container, #main, #stats{
	height:100%;
}
#stats{
	position:relative;
}
#panels{
	height:100%;
}
#panes{
	height:90%;
}
#location{
	position:absolute;
	bottom:2em;
	left:-15px;
	width:100%;
}
#pilot, #ship{
	margin-top:2em;
	width:100%;
}
#logTab{
	height:100%;
	overflow-y:auto;
}
#toasts{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}
.here{
	background-color:#292929;
}
#systemImage{
	width:"200px";
	height:"200px";
}
th{
	text-align:center;
}
.modal-xl{
	width:70%;
}
#modal-close{
	float:right;
}

.location{
	float:left;
	padding:1em;
	text-align:center;
}