/**
 * Override styles for review content menu
 */

div[id^=approved_reviews] > hr,
div[id^=reviews_] > hr {
  display: none;
}

div[id^=reviews_] .content-menu,
div[id^=approved_reviews] .content-menu {
  height: 2.2em;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  padding: 0;
  margin-top: 40px;
  vertical-align: bottom;
}

div[id^=approved_reviews] .content-menu button,
div[id^=approved_reviews] .content-menu button:focus,
div[id^=reviews_] .content-menu button,
div[id^=reviews_] .content-menu button:focus {
  width: auto;
  max-height: 1em;
  font-size: medium;
  border: none;
  border-radius: 0;
  background-color: white;
  box-shadow: none;
  color: #4E6D8D;
  outline: none;
  padding: 0;
  padding-right: 10px;
  margin: 0;
  margin-right: 10px;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  position: relative;
  border-right: 1px solid rgb(213, 213, 213);
}

div[id^=approved_reviews] .content-menu button.active,
div[id^=approved_reviews] .content-menu button.active:focus,
div[id^=reviews_] .content-menu button.active,
div[id^=reviews_] .content-menu button.active:focus {
  color: white;
  background-color: #4E6D8D;
  padding-right: 5px;
  padding-left: 5px;
}

div[id^=approved_reviews] .content-menu button:hover,
div[id^=reviews_] .content-menu button:hover {
  text-decoration: underline;
}

