.benefits {
    list-style-type: none;
}

.benefits__item {
    display: inline;
    background-color: rgba(109, 109, 109, 0.322);
    padding: 3px 6px;
    border-radius: 20px;
}

.doc--theme-dark {
    background-color: #313233;
    color: #adadad;
}

.doc__title{
    font-size: 2.2rem;
}

.sct__title {
    font-size: 1.8rem;
}

.sct__subtitle {
    font-size: 1.5rem;
}

.sct__text {
    font-size: 1.2rem;
}

.sct__text--clickable {
    background-color: rgba(109, 109, 109, 0.322);
    color: white;
    padding: 2px 6px;
}

.sct__block--scrollable {
    width: 100%;
    overflow: scroll;
}

.tb__row--even {
    background-color: rgba(109, 109, 109, 0.322)
}

.tb__row--heading {
    background-color: rgba(102, 102, 102, 0.719);
}

.tb__cell {
    text-align: center;
    padding: 4px;
}