.on-the-gray {
  margin: 0 auto;
}
.on-the-gray ul.quicktabs-tabs {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  list-style: none;
}
.on-the-gray ul.quicktabs-tabs li {
  display: table-cell;
  padding: unset;
}
.on-the-gray .quicktabs-tabs > li > a {
  display: block;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.on-the-gray .quicktabs-tabs li:not(:first-child) a {
  border-left: none;
}
.on-the-gray .quicktabs-tabs > li > a:hover,
.on-the-gray .quicktabs-tabs > li.active > a {
    border-radius: 50px;
    margin: 0px 10px 0px 10px;
    border: 1px solid darkgrey;
}

/* For View All link at bottom of block. */
.on-the-gray .block-quicktabs .view-footer {
  position: relative;
  top: -30px;
  left: 12px;
  font-weight: bold;
}
