.md-content__inner.md-typeset ul:nth-child(1) {
  display: none;
}

.theme-name {
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}

red-theme {
  font-weight: bold;
  background-color: #ef5552;
  color: white;
}
pink-theme {
  font-weight: bold;
  background-color: #e92063;
  color: white;
}
purple-theme {
  font-weight: bold;
  background-color: #ab47bd;
  color: white;
}
deep-purple-theme {
  font-weight: bold;
  background-color: #7e56c2;
  color: white;
}
indigo-theme {
  font-weight: bold;
  background-color: #4051b5;
  color: white;
}
blue-theme {
  font-weight: bold;
  background-color: #2094f3;
  color: white;
}
light-blue-theme {
  font-weight: bold;
  background-color: #02a6f2;
  color: white;
}
cyan-theme {
  font-weight: bold;
  background-color: #00bdd6;
  color: white;
}
teal-theme {
  font-weight: bold;
  background-color: #009485;
  color: white;
}
green-theme {
  font-weight: bold;
  background-color: #4cae4f;
  color: white;
}
light-green-theme {
  font-weight: bold;
  background-color: #8bc34b;
  color: white;
}
lime-theme {
  font-weight: bold;
  background-color: #cbdc38;
  color: black;
}
yellow-theme {
  font-weight: bold;
  background-color: #ffec3d;
  color: black;
}
amber-theme {
  font-weight: bold;
  background-color: #ffc105;
  color: black;
}
orange-theme {
  font-weight: bold;
  background-color: #ffa724;
  color: black;
}
deep-orange-theme {
  font-weight: bold;
  background-color: #ff6e42;
  color: white;
}
brown-theme {
  font-weight: bold;
  background-color: #795649;
  color: white;
}
grey-theme {
  font-weight: bold;
  background-color: #757575;
  color: white;
}
blue-grey-theme {
  font-weight: bold;
  background-color: #546d78;
  color: white;
}
.md-typeset .tabbed-content {
  background: rgb(0 0 0 / 6%);
  padding-left: 16px;
}

.md-typeset .tabbed-set {
    font-size: small;
}
