
body {
    height: 100vh;
}
header {
    height: 85px;
}
p {
    margin: 5px 0;
}

.container-main {
    height: calc(100vh - 130px);
    padding-bottom: unset;
}

.container.container-main {
    padding: 0 10px;
}

.tsd-typography, .tsd-panel.tsd-comment .lead {
    line-height: 1.333em;
}

nav.outline > ul > div {
    font-weight: bold;
    /* color: #00796b; */
    color: #075644;
}

.tsd-page-toolbar a.title {
    color: #0754f8;
    text-transform: lowercase;
    font-size: 1.5em;
}

.tsd-page-title {
    padding: 40px 0 5px 0;
}

.row{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;    
    flex-direction: row;

    height:100%;
}
.col-3{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex: 0 1 auto;
    position: relative;
    margin: 0;
    margin-right: 10px;

}

.col-7{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex: 1 1 auto;
    position: relative;

    width: unset;
    padding: unset;
}
.col-2{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex: 0 1 auto;
    position: relative;
    margin: 0;

    width: unset;
}

html.default .col-menu{
    top: 0px;
    padding: unset;
}

.tsd-navigation {
    width:200px;
    padding-bottom: unset;
}

.tsd-navigation, .tsd-navigation.primary a, .tsd-navigation.primary div{
    height: unset;
}

.tsd-navigation a, .tsd-navigation div{
    word-break: unset;
}

/* .tsd-navigation.primary{
    padding-bottom: unset;
} */

.secondary-menu, .offset-3{
    overflow: unset;
    margin-left: 10px;
}
/* .sticky{
    top:0px;
}  */

.cont {
    overflow: auto;
}