.content_page .documentation_widget h3 {
  font-weight: 500;
}

.item-pagedoc {
    margin-top: 0 !important;
}

.item-pagedoc .moduletable .menu, .item-pagedoc .documentation_widget{
    margin-top: 100px;
    min-height: 800px;
    margin-bottom: 100px;
}

.item-pagedoc .moduletable .menu li a {
    padding: 20px 10px 20px 10px;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #bdbdbd;
    transition: 0.2s;
}

.item-pagedoc .moduletable .menu > li > a:hover, .item-pagedoc .moduletable .menu > li > a:focus, .item-pagedoc .moduletable .menu > li.active > a, .item-pagedoc .moduletable .menu > li.active > a:hover, .item-pagedoc .moduletable .menu > li.active > a:focus {
    color: #303e47;
    font-size: 18px;
}

.item-pagedoc .documentation_widget li a {
    transition: 0.2s;
}

.item-pagedoc .documentation_widget li a:hover {
    background-color: #f1f1f1;
}

.item-pagedoc .page-header {
    background-color: transparent;
    padding-bottom: 0;
}

.item-pagedoc .page-header h2 {
    color: #303e47;
}