html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: 'Courier New', Monospace;
}
.loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	transition: opacity: 0.75s, visibility 0.75s;
}
.loader-hidden{
	opacity: 0;
	visibility: hidden;
}
.loader::after{
	content: "";
	width: 75px;
	height: 75px;
	border: 10px solid #333333;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: loading 1s ease infinite;
}
@keyframes loading {
	from{
		transform: rotate(0turn);
	}
	to{
		transform: rotate(1turn);
	}
}
#ttsmap {
	height: 100%;
	width: 100%;
	position: fixed !important;
}
.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}
.header1 {
	text-align: left;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	font-size: 14px;
	margin-bottom: 2px;
	border-bottom: solid 2px #565656;
}
.header2 {
	text-align: right;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	font-size: 14px;
	margin-bottom: 2px;
	border-bottom: solid 2px #565656;
}
.footer1 {
	text-align: left;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	font-size: 14px;
	margin-bottom: 2px;
	border-top: solid 2px #565656;
}
.footer2 {
	text-align: right;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	font-size: 14px;
	margin-bottom: 2px;
	border-top: solid 2px #565656;
}
.tcell1 {
	text-align: right;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px;
	font-size: 14px;
	margin-bottom: 2px;
	border-bottom: solid 1px #eee;
}
.tcell2 {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding-left: 10px;
	padding: 5px;
	font-size: 14px;
	border-bottom: solid 1px #eee;
	word-break: break-all;
}
.tcell3 {
	text-align: right;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding-left: 10px;
	padding: 5px;
	font-size: 14px;
}
.tcell4 {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding-left: 10px;
	padding: 5px;
	font-size: 14px;
	word-break: break-all;
}
.box {
	padding: 5px;
	background:
		linear-gradient(to right, white 2px, transparent 2px) 0 0,
		linear-gradient(to right, white 2px, transparent 2px) 0 100%,
		linear-gradient(to left, white 2px, transparent 2px) 100% 0,
		linear-gradient(to left, white 2px, transparent 2px) 100% 100%,
		linear-gradient(to bottom, white 2px, transparent 2px) 0 0,
		linear-gradient(to bottom, white 2px, transparent 2px) 100% 0,
		linear-gradient(to top, white 2px, transparent 2px) 0 100%,
		linear-gradient(to top, white 2px, transparent 2px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}
#mapdiv {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 18em;
	overflow: hidden;
}
