.md-typeset h1 {
  margin-bottom: 40px;
  font-weight: 700;

}

.md-typeset h2 {
  font-weight: 500;
}

.md-typeset h3 {
  font-weight: 500;
}

tr:nth-child(even) {
  background-color: #f1f1f1;
}

td {
    padding: 7px!important;
}

thead {
    background-color: rgb(230,230,230);
}

.md-tabs__link {
  margin-top: .2rem;
}

.md-tabs__item {
height: 1.5rem;
}