body {
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
  margin: 0px;
}

table tr td {
      vertical-align: top;
}

a:hover {
  color: #0A7028; /* jc green */
}

#container {
//  border: 1px solid black;
}

#header img {
  width: 60px;
  border: 1px solid black;
}

#header h2 {
  display: inline;
  position: relative;
  top: -18px;
  margin-left: 10px;
}

img#footer-img {
  width: 50px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}

#header p {
  display: inline;
  top: -18px;
  position: relative;
  margin-left: 30px;
}

#map {
  border: 1px solid #0A7028;
  width: 700px;
  height: 500px;
}

div#notes {
  width: 300px;
  margin-left: 15px;
}

div.note {
}

.note p {
  display: inline;
  margin-left: 9px;
}

.note p.note-sig {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 23px;
  font-size: 11px;
}

.note img {
  width: 14px;
  position: relative;
  top: 12px;
}

p.explanation {
  width: 400px;
  margin-left: 30px;
  margin-bottom: 20px;
}

#article ul li {
  list-style-type: disc;
}

.screenshot-table img {
  width: 100px;
  border: 1px solid #999;
  margin-right: 10px;
}

table.screenshot-table {
  margin-top: 25px;
  margin-bottom: 20px;
}