body {
  margin: 0;
  padding: 0;
  font-family: 'Nobile', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}
#map {
  width: 100%;
  height: 100%;
}
.mapcontainer {
  position: relative;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
}
#container #textcontent {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
  padding: 20px;
}
#container .pie {
  width: 200px;
  padding: 15px;
  float: left;
}
#container h3.pieheader {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  font-family: 'Abril Fatface', cursive;
  color: #333;
  float: left;
  width: 200px;
  padding: 0px 15px;
  margin-top: 10px;
  text-align: center;
}
#options-panel {
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 250px;
  padding: 20px;
}
#options-panel h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: 'Abril Fatface', cursive;
  color: #333;
}
#options-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#options-panel ul li {
  display: inline-block;
  width: 90px;
  font-size: 12px;
  line-height: 16px;
}
#options-panel ul li input {
  display: block;
  float: left;
}
#options-panel ul li span.lbl {
  display: inline-block;
  height: 10px;
  width: 10px;
  border: solid 1px #ccc;
  position: relative;
  margin-top: 2px;
  margin-right: 3px;
  margin-left: 3px;
}
#options-panel ul li span.lbl.lblWhite {
  background: #6666ff;
  border-color: blue;
}
#options-panel ul li span.lbl.lblBlack {
  background: #ff6666;
  border-color: red;
}
#options-panel ul li span.lbl.lblAsian {
  background: #00e600;
  border-color: green;
}
#options-panel ul li span.lbl.lblHispanic {
  background: #ffff66;
  border-color: #999900;
}
#options-panel ul li span.lbl.lblOther {
  background: #d65f5f;
  border-color: brown;
}
h1 {
  margin-top: 0;
  font-family: 'Abril Fatface', cursive;
  font-size: 66px;
  color: #333;
  line-height: 0.9em;
  font-weight: normal;
}
h2 {
  font-family: 'Abril Fatface', cursive;
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
