#projectmap {
  width:512px;
  height:512px;
  border:2px solid lightskyblue;
  margin:0 auto 0 auto;
}

#projectmap .popup {
  font-size: 10px;
  max-height:200px;
  width:300px;
  overflow:auto;
}

#searchwrapper {
  text-align: center;
  margin:1em;
}

#map-result-count {
  text-align: center;
}

#projectmap h1 {
  background-image: none;
}

.popup table {
  margin-bottom:0;
}

.popup table,
.popup tr, 
.popup tr.odd,
.popup tr.even,
.popup td {
  border:0;
  background-color:transparent;
  padding:0;
}

.popup .header {
  background-color:#eee;
  border-bottom:1px solid #fff;
}

.popup td + td {
  padding-left:1em;
}

.popup div.item-list {
  margin-left:auto;
  margin-right:auto;
}

.popup .item-list ul {
  padding:0;
  margin:0;
  list-style-type: none;
}

.popup .item-list ul li {
  float:left;
  margin-left:0.5em;
  margin-right:0.5em;
  background-color:#eee;
  padding:2px;
}

.exp-details td.header {
  background: none;
  font-weight:bold;
}

#legend {
  font-size:x-small;
  font-family:sans-serif;
  text-align: center;
  border:none;
}

#legend-key {
  color:#fff;
  text-shadow: 1px 1px #000;
  font-weight:bold;
  line-height: 1.5em;
  vertical-align:middle;
  font-size:x-small;
  margin-left:auto;
  margin-right:auto;
}

#legend input.check {
  padding: 0;
}

#legend .title {
  color: white;
}

#legend td {
  border:1px solid #000;
  vertical-align: middle;
  background-color:#aaa;
}

#legend label {
  padding:0 .5em;
}

#legend td.lc0 {
  background-color:#ffa500;
}

#legend td.lc1 {
  background-color:#ff0; 
}

#legend td.lc2 {
  background-color:#0a0; 
}

#legend td.lc3 {
  background-color:#00f; 
}

#legend td.lc4 {
  background-color:#a0a; 
}

#instructions {
  text-align:center;
}