| 1234567891011121314151617181920212223242526272829303132333435 | #mapid {	height: 100%;	width: 100%;}h1 {	font-size: 4em;	padding: 2px;	margin: 2px;}.townphoto {	max-height: 400px;	max-width: 400px;}#mapstops {	z-index: 800;	font-size: 2em;	text-decoration: none;	position: fixed;	padding: 8px;	bottom: 19px;	right: 4px;	border-style: solid;	border-width: 2px;	border-radius: 2px;	border-color: #ffd8e1;	margin: 5px;	background-color: rgba(253, 244, 255, 0.5);}#mapstops a {	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	text-decoration: none;	color: black;}
 |