.tab-set .tab-content pre {
    max-height: 250px;
    padding-bottom: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 0px;
    border-top: 1.5px solid #5c2d78;
}

.tab-set .tab-content pre>code {
    margin-top: 0px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.tab-set .tab-content.hidden {
    display: none;
}

.tab-set .tab-content.active {
    display: block;
}

.tab-set .tab-btn {
    border: 1px solid #5c2d78;
    border-radius: .3em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 7px 25px;
}

.tab-set .tab-btn.hidden {
    background-color: #f7f7f7;
    color: black;
}

.tab-set .tab-btn.hidden:hover {
    background-color: #8f8d8d;
}

.tab-set .tab-btn.active {
    background-color: #5c2d78;
    color: white;
}