/*****************************
 * Documentation Page Styles *
 *****************************/

.documentation.top-heading {
    background-color: #ececec;
    color: #bdbdbd;
    padding: 10px;
    font-weight: bold;
}

.documentation.layouts-page-title {
    background-color: #f7f7f7;
}

.documentation.layouts-page-title h1 {
    color: #8c8c8c;
}

.documentation ul {
    list-style: circle;
}

.documentation ol {
    list-style: decimal;
}

.documentation ul,
.documentation ol {
    padding-left: 25px;
    margin-bottom: 40px;
}

.documentation li {
    padding-top: 5px;
}

.documentation ul ul,
.documentation ol ol {
    padding-left: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.documentation table {
    border: 1px solid #d1d1d1;
    margin-bottom: 40px;
}

.documentation th,
.documentation td {
    border: 1px solid #d1d1d1;
    border-left: none;
    padding: 10px;
    overflow: hidden;
}

.documentation tr:first-of-type th,
.documentation tr:first-of-type td {
    border-top: none;
}

.documentation tr:last-of-type td {
    border-bottom: none;
}

.documentation.layouts-content {
    margin-top: 0;
}

@media only screen and (min-width: 1350px) {
    .documentation .et_pb_row {
        width: 100% !important;
        max-width: none !important;
    }
}