div[data-testid] [class*=rsg--tabs] {
  position: relative;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

div[data-testid] [class*=rsg--tabButtons-] {
  all: unset;
  display: flex;
  text-align: center;
}

div[data-testid] [class*=rsg--tabButtons-] button {
  all: unset;
  display: inline-flex;
  align-items: center;
  padding: .25rem .33rem;
  font-size: 0;
  background: linear-gradient(to bottom, #f3f3f3, #f7f7f7);
  border-radius: 4px;
  cursor: pointer;
  transition: .2s, margin-bottom 0s;
  margin-bottom: 12px;
  outline: none !important;
}

div[data-testid] [class*=rsg--tabButtons-] button[class*=isActive] {
  margin-bottom: 0;
  opacity: 1 !important;
  border-bottom-left-radius:  0 !important;
  border-bottom-right-radius: 0 !important;
}

div[data-testid] [class*=rsg--tabButtons-] button:not(:hover) {
  color: #666;
}

div[data-testid] [class*=rsg--tabButtons-] button:before {
  content: "\f0c9";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

div[data-testid] [class*=rsg--tabButtons-] button[class*=isActive]:before {
  content: "\f057";
  font-weight: 400;
}

div[data-testid] [class*=rsg--tabButtons-] button:after {
  font-size: 13px;
  font-weight: 600;
  padding-left: .3em;
  content: 'Props';
}

div[data-testid] [class*=rsg--tabBody-]:not(:empty) {
  margin-bottom: 12px !important;
  background: #f7f7f7;
  padding: 8px;
  border-radius: 4px;
  border-top-left-radius: 0;
  overflow: hidden;
}

div[data-testid] [class*=rsg--tabBody-] table tr:nth-child(even) td {
  background: rgba(255, 255, 255, .5) !important;
}