section.docs > .maincontainer {
    max-width: unset;
}

section.docs .titles a.active {
    color: #005ba3;
    border-color: #005ba3;
    background-color: aquamarine;
}

section.docs > .maincontainer > .items {
    padding: 0;
}

@media screen and (min-width: 980px) {

    section.docs .titles {
        width: 20em;
        padding: 0 2em;
    }

    section.docs > .maincontainer > .items {
        margin-left: 20em;
    }
}

section.docs .titles a {
    border-bottom: 1px dashed #00b8f1;
}

section.docs .titles a:hover {
    border-bottom-color: #005ba3;
    color: #005ba3;
}


section.docs .items h2 {
    text-align: center;
    padding: 2em 0;
    margin: 0;
}

section.docs .items .description {
    background-color: #f0f0f0;
    padding: 2em;
    overflow: unset;
    border-radius: 30px;
}

section.docs .items .description .descr-wrapper {
    overflow: auto;
}

section.docs .items .description .descr-wrapper .texteditbutton {
    margin-top: 0!important;
    right: 0;
}

section.docs .items section.tabs {
    margin: 0;
}

section.docs .items section.tabs .contenttabsdata {
    overflow: unset;
    overflow-wrap:break-word;
    line-break:loose;
}

section.docs .tryDocs label {
    margin-bottom: 0.5em;
    display: block;
}

section.docs .tryDocs .select-wrapper {
    display: inline-block
}

section.docs .tryDocs .run.button {
    margin: 0 0 1em 0;
}

section.docs .tryDocs pre {
    border: 1px solid #d0d0d0;
    background-color: #fdf3db;
}



