.react-tabs__tab--selected {
  display: inline-block;
  border: 1px solid transparent;
  background-color: white;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
}

.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
}
