/* CSS for Download Statistics Search */
#SearchResults {
  background-color: rgba(187, 225, 181, 0.65);
}

.wwPDBTotalText {
  font-weight: 800;
  color: #088a08;
}

.BOXrounded {
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.smallBOXrounded {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #d8d8d8;
  box-shadow: none;
  border-style: solid;
  background-color: rgba(250, 250, 250, 0.8);
  padding: 10px;
}

.panel-group {
  margin-bottom: 0;
}

.colapseOuter {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
  box-shadow: none;
  border-style: solid;
}

.pad-top-small {
  padding-top: 11px;
}

.dash {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  margin-left: 3px;
  margin-right: 3px;
}

.to {
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  margin: 19px 0;
  font-style: italic;
}

.topMargin {
  margin-top: 40px;
}

.ResultsHere {
  text-align: center;
}

.table > tbody > tr > th {
  text-align: center;
}

.smallSpace {
  padding: 10px;
  display: inline;
}

.searchHeading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #424242;
  margin-left: 0;
}

.searchHeadingMedium {
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  color: #6e6e6e;
  margin-left: 0;
}

.searchHeadingMinor {
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  color: #6e6e6e;
}

.searchSetting {
  margin-left: 12px;
  margin-top: -5px;
}
