body {
	background-color: #212121;
	margin: 0;
	color: white;
}

h1{ color:#fff; }

.geoh3 {
	padding-left: 15px;
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: .25em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-family: none;
}

/* a{ color:#fff; } */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }

p {
	color: #fff;
	font-family: sans-serif;
}

sup { font-size: 9px; }

table.sortable { border-spacing: 0px; border: 2px solid black; }
table.sortable th { border: 1px solid black; }
table.sortable:after { content: " \25B4\25BE" }
table.sortable tbody tr:nth-child(2n+1) td { background: #444444; border: 1px solid black; }
table.sortable tbody tr:nth-child(2n) td { background: #212121; border: 1px solid black; }
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { content: "\s\25B4\25BE" }

.vl {
  border-left: 6px solid green;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.btn-geo-nav {
	background-color: white;
	background-image:none;
	margin: 5px;
}

.pad{ padding: 10px; }

.country { margin-top: 2px; }
.bollard { display: inline-block; }
.imglink{ text-decoration:none; }
.logo{ width:300px; }
.currency{
	border: solid black 1px;
	border-radius: 10px;
	background-color: #444546;
	color: white;
	min-width: 300px;
	max-width: 500px;
	margin: 5px;
	display: flex;
}

.zoomA {
	width: 300px;
	height: auto;
	transition: transform ease-in-out 0.3s;
}
.zoomA:hover { transform: scale(1.3); }

.noZoom{
	width: 300px;
	height: auto;
}
.noZoomCar{
	width: 450px;
	height: auto;
}
.noZoomGen{
	width: auto;
	height: 320px;
	cursor:pointer;
}
.noZoomLight{
	width: 200px;
	height: auto;
}
.noZoomPole{
	width: 300px;
	height: auto;
}
.noZoomRift{
	width: 400px;
	height: auto;
}
.noZoomScenery{
	width: auto;
	height: 266px;
	cursor:pointer;
}

.section {
	border: solid black 1px;
	border-radius: 10px;
	background-color: #444546;
	padding: min(1px, 1%);
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 8px;
}
.notes {
	padding-left:5px;
	border:3px solid white;
}

.inner{
  margin-right:8px;
  margin-left:8px;
}
.inside {
	text-align: center;
}

.headerText {
	color: white;
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	padding: 5px;
	padding-top: 8px;
}
.footer{
  position:fixed;
  bottom:0;
  width:100%;
  height:30px;
  text-align:center;
  background-color:#212121;
  padding-top:5px;
}

.title{
  text-align:center;
  margin-top:5px;
}

.showItem {
    display: block;
}
.hideItem {
    display: none;
}

.w3-modal{
	z-index:3;
	display:none;
	padding-top:100px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.4)
}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-button{padding:10px;}
.w3-display-topright{position:absolute;right:0;top:0;}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-xlarge{font-size:24px!important;}
.w3-modal-content{margin:auto;position:relative;padding:0;outline:0;width:80%;}
.w3-modal-content-S{margin:auto;position:relative;padding:0;outline:0;width:60%;}
