#content .tx-indexedsearch-searchbox form {
  margin-bottom: 20px;
}

#content .tx-indexedsearch-searchbox form fieldset legend {
  display: none;
}

#content .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label {
  display: none;
}

#content ul.tx-indexedsearch-browsebox {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
#content .tx-indexedsearch-browsebox p {
  font-size: 1rem;
  padding: 0;
}

#content ul.tx-indexedsearch-browsebox li {
  display: inline;
  margin: 0 10px;
}

#content .tx-indexedsearch-res h3 {
  margin-bottom: 0;
}

#content .tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}

#content .tx-indexedsearch-res {
  border-bottom: 1px solid lightgrey;
  margin: 20px 0;
}
#content .tx-indexedsearch-res .tx-indexedsearch-description {
  margin-bottom: 10px;
}

#content dl.tx-indexedsearch-info {
  display: none;
}
