/* Start custom CSS */@media only screen and (min-width:768px){
    .documentation-container>.documentation-content{
    width:50%;
}
}
.documentation-menu{
    margin-bottom:20px;
}
.documentation-container{
    max-width:100%;
}/* End custom CSS */