body {
  margin: 0px;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  color: #3a403d;
}

#map {
  width: 100%;
  height: 600px;
  margin-bottom: 10px;
}

.subunit {
  fill: #ddd;
  stroke: #fff;
  stroke-width: 1px;
}
.subunit.highlight {
  stroke: #3a403d;
  stroke-width: 2px;
}
.subunit-boundary {
  fill: none;
  stroke: #3a403d;
}

.place-label {
  font-size: .8em;
  text-shadow: 1px 1px 1px #fcfcfc, 1px 1px 1px #eee, 0 -1px 0 #fff, -1px 0 0 #fff;;
}

#legend .legend-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
#legend .swatch {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
#legend .name {
  display: inline-block;
  font-size: .9em;
}
#legend .result {
  text-align: right;
  margin-top: 2px;
  font-weight: 300;
  font-size: .8em;
}

.tip {
  border-radius: 3px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  padding: 5px;
  width: 260px;
}
.tip .name {
  font-weight: 700;
}
.tip .number {
  font-size: .7em;
  margin-bottom: 10px;
}
.tip table {
  font-size: .8em;
}
.tip table tr td:first-child {
  padding-right: 10px;
}
.tip .swatch {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 4px;
}
.tip .party-name {
  display: inline-block;
}

.control {
  position: absolute;
  border-radius: 3px;
  border: 1px solid #ccc;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8em;
}

.control.zoom {
  right: 20px;
  cursor: pointer;
}
.control.zoom.active {
  background-color: #fff;
}
.control.zoom.inactive {
  background-color: #eee;
  cursor: default;
  color: #ccc;
}

.control.search {
  font-family: "Open Sans", sans-serif;
  width: 300px;
}

ul.ui-widget {
  font-size: .8em;
  font-family: "Open Sans", sans-serif;
  max-height: 150px;
  overflow-y: hidden;
}

#title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
