* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

pre {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

#magento_configuration a {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

@media(max-width: 1200px) {
    html {
        font-size: 15px;
        line-height: 24px;
    }
    #documenter_sidebar ul {
        font-size: 15px;
        line-height: 24px;
    }
    #documenter_sidebar ul li ul li a {
        font-size: 15px;
        line-height: 24px;
    }
    #documenter_sidebar {
        width: 300px;
        padding: 0 10px;
    }
    #documenter_content {
        left: 318px;
    }
    #documenter_content h6 {
        font-size: 15px;
    }
}

@media(max-width: 1024px) {
    img {
        max-width: 100%;
    }
}

@media(max-width: 992px) {
    iframe {
        max-width: 100%;
    }
}

@media(max-width: 991px) {
    .header-mobile {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #e6e6e6;
        background-color: white;
        z-index: 10;
    }
    .header-mobile a {
        display: inline-block;
        vertical-align: text-top;
    }
    .btn.btn-mobile {
        display: inline-block;
        width: 25px;
        line-height: 0.6;
        border: 0;
        padding: 0;
        background-color: transparent;
        vertical-align: text-top;
        margin-right: 10px;
        cursor: pointer;
        margin-top: 15px;
    }
    .btn.btn-mobile span {
        width: 100%;
        height: 2px;
        margin: 3px 0;
        background-color: #000;
        display: inline-block;
    }
    #documenter_sidebar {
        -moz-transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
        transition: all 0.3s ease-in-out;
    }
    #documenter_content {
        position: static;
    }
    .nav-open #documenter_sidebar {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-open .btn.btn-mobile:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .3);
    }
    .nav-open .btn.btn-mobile-close {
        position: absolute;
        top: 0;
        right: 0;
    }
    .nav-open .btn.btn-mobile-close:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url('./img/close-w.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1;
    }
    #documenter_buttons {
        position: static;
        margin-top: 0;
    }
    #documenter_content h1 {
        text-align: left;
        line-height: 32px;
    }
    #documenter_content p {
        width: auto;
    }
}