<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------
  Author:      Mike Bertram
  Email:       the2nomads@hughes.net
  Version:     1.1
  Created:     July 2011
  Description: Stylesheet for maps &amp; infowindows 

v1.1 added #info domain for infowindows
v1.2 8/12 eliminated version #s in filenames
----------------------------------------*/

/* set up height of body division */

html, body {
  height: 100%;
  margin: 0;
}

/* set up fonts for sidebar*/

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  background: #fff;
}

/* not sure why this is needed but buttons do not align if it is not used */

#menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 2px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
z-index: 6;
text-align: center;
}

/* class topmenu redefined with width 80% rather than 800 px the get buttons aligned in a row*/

.topmenu {
background-color: #e7dbc1;
width: 80%;
text-align: left;
border: none;
}

#map {
	top: 0px;
	float: left;
  	width: 80%;
  	height: 100%;
}

#sidebar {
position: absolute;
left: 80%;
top: 0;
bottom: 0;
overflow: auto;
padding: 1em;
}

#info {
height: 20px;
width: 200px;
}</pre></body></html>