html, body {
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	/* font-family:'Open Sans Condensed', sans-serif; */
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	background: black;
}
body {
	/* height: calc(100% - 50px); */
}
header {
   	color: #f3f3f3; 
   	background: #242424;
   	font-size: 1.1em;
   	padding-top: 10px;
   	padding-bottom: 10px;
   	text-align: center;
   	border-bottom: 2px solid black;
	top:0px;
	position:fixed !important;
	position:absolute;
	width:100%;
  	z-index: 10;
  	/* text-transform: uppercase; */
}
#content {
	/* margin-top: 45px; */
	margin-top: 0;
	/* margin-bottom: 40px; */
	/* padding-bottom: 45px; */
	width: 100%;
	height: calc(100% - 0px);
	min-height: calc(100% - 0px);
	overflow: auto;
	overflow-x: hidden;
   	/* border: 1px solid white; */
}
#content  table.table {
	border-collapse:collapse;  
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}
#content  table.table tr {
	/*
	width: 100%;
	height: 50%;
	*/
}
#content  table.table td {
	width: 50%;
	height: 33%;
	border: 2px solid black;
	vertical-align: middle;
	text-align: center;
	color: white;
	background: #242424;
	cursor: pointer;		
}
#content  table.table td:link,
#content  table.table td:visited,
#content  table.table td:hover,
#content  table.table td:active {
	color: white;
	background: #242424;
}
#content  table.table td img {
	width: 60px;
}
ul {
   	list-style-type: none;
   	margin: 0;
   	padding: 0;
   	margin-top: 15px;
}
div[id*="-2"] {
	position: absolute;
	height: calc(100% - 50px);
	width: calc(100% - 2px);
	z-index: 10;
	display: none;
	border: 1px solid black;
	/* text-align: center; */ 
	/* vertical-align: middle; */
}
div[id*="-2"] > div {
	height: 80%;
	width: 80%;
	border: 2px solid #b2b2b2;
	border-radius: 10px;
	margin: 30px auto;
	background: #242424;
	display: table;
}
div[id*="-2"] > div > div {
	display: table-row;
	min-height: 50%;
}
div[id*="-2"] > div > div > div {
	display: table-cell;
	text-align: center;
	/* vertical-align: middle; */
	padding: 30px 0 0 0;
	line-height: 1.75em;
}
div[id*="-2"] > div > div > div > div {
	display: inline-table;
   	width: 80%;
   	border-collapse: collapse;
}
div[id*="-2"] > div > div > div > div > div {
	display: table-row;
	border-bottom: 1px solid black;
	cursor: pointer;
}
div[id*="-2"] > div > div > div > div > div > div {
	display: table-cell;
}
div[id*="-2"] .capital {
	height: 50px;
	width: 50px;
	color: white;
	background: #00b93c; 
	/* display: block; */
	vertical-align: middle;
}
div[id*="-2"] .category {
	/* width: 100%; */
	color: white;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}
div[id*="-2"] .more {
	color: white;
	/* vertical-align: middle; */
	font-size: 2.5em;
}
div[id*="-2"] .close {
	vertical-align:bottom;
}
div[id*="-2"] .close a {
	color: white; 
	background: #626262;
	text-decoration: none;
	width: 80%;
	display: block;
	padding: 5px;
	border-radius: 3px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.row {
	/* border-bottom: 1px solid #44bdf0; */
	height: 1px;
	clear: both;
}
.tablelist {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.tablelist > div {
	display: table-cell;
	padding: 10px;
}
.backlink a {
	text-decoration: none;
	color: #00b93c;
}
.distance {
	background: #00b93c;
	color: white;
	font-size: 0.8em;
	white-space: nowrap;
	min-width: 50px;
	max-width: 50px;
}
.title {
	cursor: pointer;
	color: white;
	background: #232323;
	width: 100%;
}
.detaillink {
	background: #232323;
	color: white;
	font-size: 1.7em;
	cursor: pointer;
	text-align: center;
   	-webkit-transition: transformer 1s; /* Safari */
   	transition: transformer 1s;
   	/* border: 1px solid white; */
}
.transformer {
   	-webkit-transform: rotate(-90deg); /* Safari */
   	transform: rotate(-90deg);
}
.break {
	clear: both;
}
.break2 {
	clear: both;
	min-height: 10px;
}
.details {
	display: none;
	padding: 10px;
	background: #232323;
	color: white;
	width: calc(100% - 20px);
}
.detailimage {
	/* 
	display: block;		
	max-height: 200px;
	max-width: 100%;
	width: auto;
	height: auto;
	*/
}
.wikilink {
	float: left;
}
.wikilink a {
	display: block;
	padding: 10px 20px 10px 20px;
	background: #626262;
	color: white;
	border-radius: 3px;
	text-decoration: none;
}
.navilink {
	float: right;
}
.navilink a {
	display: block;
	padding: 10px 20px 10px 20px;
	background: #00b93c;
	color: white;
	border-radius: 3px;
	text-decoration: none;
}

.grey {
	color: #4F4F4F;
}

.showmaplink {
	float: right;
}
.showmaplink a {
	color: #00b93c;
	text-decoration: none;
	display: block;
	padding: 7px 0 7px 0;
	white-space: nowrap;
}
.arrow {
   	-webkit-transform: rotate(-90deg); /* Safari */
   	transform: rotate(-90deg);
	font-size: 1.7em;
	display: inline-block;
}
.showmapcontent {
	height: 200px;
	width: 100%;
	/* transition: height .75s; */
	display: none;
}

#next {
	text-align: center;
	padding: 10px 0 15px 0;
	/* height: 100px; */
}
#next a {
	color: #00b93c;
	text-decoration: none;
}

#content div.table > div > div.greenbg {
	background: #00b93c;
}
