.docs-content {
    margin-left: 300px;
    padding-bottom: 0px !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .docs-content {
        margin-left: 0px !important;
        padding-bottom: 0px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .docs-content {
        margin-left: 0px !important;
        padding-bottom: 0px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 1200px) {
    .docs-content {
        margin-left: 300px !important;
        padding-bottom: 0px !important;
    }
}

.alert_danger_custom {
    background-color: #f6e2e1;
    padding: 3px 10px 3px 10px;
    color: #7e413f;
    border-radius: 5px;
    border: 1px solid #7e413f;
}
.alert_primary_custom {
    background-color: #d4f1e1;
    padding: 3px 10px 3px 10px;
    color: #186e40;
    border-radius: 5px;
    border: 1px solid #186e40;
}
