ul.tx-indexedsearch-browsebox {
  border-radius: 1rem;
  display: flex;
  list-style: none;
  padding-left: 0;
}

ul.tx-indexedsearch-browsebox li a {
  background-color: #e8ebf3;
  border: 1px solid #595961;
  border-top-color: rgb(89, 89, 97);
  border-right-color: rgb(89, 89, 97);
  border-bottom-color: rgb(89, 89, 97);
  border-left-color: rgb(89, 89, 97);
  color: #004070;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: .5rem .75rem;
  position: relative;
}

ul.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage strong a {
  background-color: #004070;
  border: 1px solid #4d4d4d;
  color: #fff;
  float: left;
  line-height: 1.25;
  margin-left: -1px;
  padding: .5rem .75rem;
  position: relative;
  text-decoration: none;
  z-index: 3;
}

ul.tx-indexedsearch-browsebox li:first-child a {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  margin-left: 0;
}

ul.tx-indexedsearch-browsebox li:last-child a {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}


