
.TabHeaders {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.TabHeaders > div {
  padding: 4px;
  background-color: #42678e;
  color: white;
  min-height: 28px;
  height: 28px;
  max-height: 28px;
  padding: 2px 4px;
  border-top: solid rgba(186, 186, 186, 0.6) 1px;
  border-left: solid rgba(186, 186, 186, 0.6) 1px;
  border-right: solid rgba(186, 186, 186, 0.6) 1px;
  cursor: pointer;
}
.TabHeaders > div.TabSelected {
  background-color: #d1b2d6;
  color: #0b335c;
  height: 30px;
  max-height: 30px;
  padding-top: 3px;
  cursor: default;
}
