.api-search-toc {
  list-style-type: disc;
}

.api-search-result-target {
  font-weight: bold;
}

.api-search-result-desc {
  display: block;
  font-style: italic;
}

.api-search-result-terms-label {
  color: lightgray;
  font-weight: normal;
}

.api-search-result-terms {
  color: darkgray;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 10px;
}

.api-search-result-weight-label {
  color: lightgray;
  font-weight: normal;
}

.api-search-result-weight {
  color: darkgray;
  font-weight: normal;
  padding-left: 5px;
}

.api-search-result-type-label {
  color: lightgray;
  padding-left: 10px;
  font-weight: normal;
}

.api-search-result-type {
  color: darkgray;
  padding-left: 5px;
  font-weight: normal;
}

.api-search-result a,.api-search-result span {
  line-height: 20px;
}

.api-search-overall-title {
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
}

.api-search-overall-title-extra {
  color: darkgray;
  font-size: larger;
  padding-left: 5px;
}

.api-search-title {
  font-weight: normal;
}

.api-search-title-extra {
  color: darkgray;
  font-size: smaller;
  padding-left: 5px;
}

.api-search-title hr {
  margin: 1px;
}

li.api-search-result {
  line-height: 20px;
}

.api-search-result {
  display: block;
  padding-bottom: 15px;
}

.api-search-detail-label {
  padding-left: 10px;
}

.api-search-detail-type {
  color: gray;
  padding-left: 5px;
}

.api-search-detail-separator {
  padding-left: 5px;
}

.api-search-detail-name {
  color: #333;
  padding-left: 5px;
}

.api-search-detail-desc {
  display: block;
  font-style: italic;
  padding-left: 25px;
}

.api-search-obsoleted {
  color: darkred;
  font-style: italic;
}

.api-search-results {
  margin: 0;
}

.api-search-excluded-term {
  text-decoration:line-through;
}

.api-search-form input:focus {
  border-color: #ccc;
  box-shadow: none;
}