@charset "utf-8";
table {font-size: small; font-family:"Courier New", Courier, monospace; border-collapse: collapse;
	border: thin solid #FF0000;}
th {text-align: left; border-bottom: thin solid #FF0000;}
tr {vertical-align: top; border-bottom: thin dashed #FF0000;}
col:nth-of-type(2n) {background-color: #FFF4FA;}
@media only screen and (max-width: 750px)
{
}
@media only screen and (max-width: 520px)
{
	th:nth-of-type(2) {display: none;}
	td:nth-of-type(2) {display: none;}
}

#map {border: thin solid #CC9900; width: 720px; height: 618px;}
@media only screen and (max-width: 750px)
{
	#map {width: 520px; height: 446px;}
}
@media only screen and (max-width: 520px)
{
	#map {width: 350px; height: 300px;}
}

#gazetteer {margin: 1em 0; padding: 0; list-style: none;}
#gazetteer li {margin: 1em 0 0; padding: 0}
#gazetteer h4 {margin: 0}
