* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: 'alpha( opacity=70 )';
}

div.domtab {
	width: 100%;
	font-size: 100%;
}

.domtabs {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	row-gap: 1em;
	justify-items: center;
	margin-bottom: 30px;
}

.category {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	padding: 0 15px;
	justify-items: center;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	display: block;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

html > body ul.domtabs a:link,
html > body ul.domtabs a:visited,
html > body ul.domtabs a:active,
html > body ul.domtabs a:hover {
	height: auto;
	min-height: 3em;
}

div.domtab div {
	clear: both;
	color: #ccc;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover {
	color: #ccc;
}

#domtabprintview {
	float: right;
	padding-right: 1em;
	text-align: right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover {
	color: #000;
}

p {
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	padding: 10px;
}

h1 {
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	padding: 0.5em 0;
	background: #000;
	border-bottom: 1px solid #666;
}

pre {
	font-size: 1.2em;
	padding: 1em;
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active {
	color: #000;
	display: block;
	padding: 1em 0.5em;
	font-weight: bold;
	font-size: 1.3em;
}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active {
	color: #02577e;
	display: inline;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	font-weight: bold;
}

/* other scheme! */

li.active a:link,
li.active a:visited,
li.active a:active,
li.active a:hover {
	color: #fff;
}

li.active a:link img,
li.active a:visited img,
li.active a:active img,
li.active a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: 'alpha( opacity=60 )';
}

#other div {
	float: left;
}

ul.prevnext {
	float: left;
	width: 100%;
}

ul.prevnext li {
	float: left;
	width: 49%;
}

ul.prevnext li.next {
	float: right;
	text-align: right;
}

.map {
	margin: 0 auto;
	width: 100%;
}

.pinned_map {
	position: relative;
	width: 100%;
}

.pinned_map img {
	width: 100%;
}

.map_img {
	margin: 0 !important;
	width: 100%;
}

.pinned_map a {
	position: absolute;
	display: block;
	padding: 0 !important;
}
