.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #0079b2 !important;
}
.tabs .tab a {
  color: #69bcd7;
  font-size: 16px;
}
.tabs .indicator {
  background-color: inherit;
  background-image: linear-gradient(
    90deg,
    rgba(0, 121, 178, 0.9),
    rgb(233, 230, 230),
    rgba(240, 18, 53, 0.95)
  );
}

.rupture-list-item {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
/*.separationAlternative {
  border-bottom: solid 1px gray;
  margin: 2%;
}

*/
