.count {
  text-align: center;
  height: 60px;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: .04em;
  padding: 5px;
}
.count .name {
  font-size: .9em;
}
#count-row {
  background-color: #a4cc95;
}
#search-row {
  text-align: center;
  padding: 0px 30px;
}
#search-row h4 {
  text-align: center;
}
h2 {
  text-align: center;
}
h4 {
  text-align: center;
  color: #222;
  font-weight: normal;
  font-size: 1.5em;
}
.chart {
  max-height: 200px;
}
#select-field {
  width: 37%;
  font-size: 12px;
  height: 34px;
}
#search-form-group {
  width: 100%;
}
@media (max-width: 992px) {
  #search-form-group {
    width: 90%;
    margin: 0px 20px;
  }
}
#search-form-group .input-group .btn {
  width: 10%;
}
#search-form-group .input-group #searchbox {
  width: 63.0%;
}
.lightgreen {
  background-color: #eef5eb;
}
#stats-row {
  border-top: 2px solid #d0e5c8;
  padding: 0px;
  background: #eef5eb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eef5eb 0%, #d0e5c8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef5eb), color-stop(100%, #d0e5c8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eef5eb 0%, #d0e5c8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eef5eb 0%, #d0e5c8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eef5eb 0%, #d0e5c8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eef5eb 0%, #d0e5c8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eef5eb, endColorstr=#d0e5c8, GradientType=0);
  /* IE6-9 */
}
#notes {
  border-bottom: 2px solid #d0e5c8;
  text-align: center;
  background: #d0e5c8;
  padding-top: 10px;
}
#notes p {
  font-size: .8em;
}
#welcome {
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 30px 0px 0px 0px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  #welcome {
    font-size: 1.2em;
  }
}
#welcome p {
  margin: 10px;
  text-align: justify;
}
@media (max-width: 992px) {
  #welcome {
    font-size: 1.2em;
  }
}
#search {
  margin-bottom: 30px;
  padding: 0px 10px;
}
#jump {
  text-align: center;
  font-weight: normal;
}
#jump .jump {
  margin: 8px;
  font-size: 1.2em;
  display: inline-block;
}
@media (max-width: 992px) {
  #jump .jump {
    font-size: 1.2em;
    margin: 6px;
  }
}
