#dist-loc {
  border: 1px solid #b0b0b0;
}

#dist-loc h3 {
  text-align: center;
  color: #fff;
  background-color: #666;
  padding: 3px;
  margin: 3px;
}

#dist-loc-search-box {
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 3px;
}

#dist-loc-search-box form {
  padding: 0;
  margin: 0;
}

#dist-loc-results-box,
#dist-loc-instructions {
    border: 1px solid #b0b0b0;
    float: left;
    width: 220px;
    margin: 0 3px 3px 3px;
    background-color: #ebebeb;
}

#dist-loc-results-box h4,
#dist-loc-instructions h4 {
  color: #fff;
  background-color: #007ec3;
  padding: 3px 12px;
  margin: 0;
}

#dist-loc-instructions .instructions-bullet {
  float: right;
  padding-left: 5px;
  padding-bottom: 5px;
}

#dist-loc-search-echo {
  display: block;
  font-size: 1.2em;
}

#dist-loc-results-box p,
#dist-loc-instructions p  {
  margin: 12px;
}

#dist-loc-results-box {
  display: none;
}
#dist-loc-results-box .print {
  text-align: right;
  font-weight: bold;
  margin-top: 1em;
  padding: 3px;
}

#dist-loc-results-box .refine {
  padding: 12px;
  font-weight: bold;
}

ol#dist-loc-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol#dist-loc-results li {
  cursor: pointer;
  padding: 3px;
}
ol#dist-loc-results li.even {
  background-color: #d3e0e7;
}


#dist-loc-map {
    border: 1px solid #b0b0b0;
    margin: 3px 3px 3px 230px;
    width: auto;
    height: 400px;
}

.categories {
  margin-top: 1em;
}

#dist-loc-print {
  border: 1px solid #b0b0b0;
  display: none;
}
#dist-loc-print h3 {
  text-align: center;
  color: #fff;
  background-color: #666;
  padding: 3px;
  margin: 3px;
}
ol#dist-loc-print-results {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol#dist-loc-print-results li {
  padding: 3px;
  margin: 3px;
}
ol#dist-loc-print-results li.even {
  background-color: #d3e0e7;
}
#dist-loc-print-results-back {
  padding: 3px;
  margin: 3px;
}

