.magehq-nav-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 1em;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    color: #fff;
    background: #333;
    z-index: 200;
}
.magehq-nav-side ul {
    padding-left: 0;
}
.magehq-nav-side li {
    list-style: none;
}
.magehq-nav-content-wrap {
    margin-left: 280px;
    min-height: 100%;
}
.user-guide-content {
    padding: 0 3%;
    height: 100%;
}
.user_guide img {
    border: 1px solid #ddd;
    width: auto !important;
}

.magehq-menu-vertical p.caption {
    color: #ff5501;
    height: 40px;
    line-height: 40px;
    padding: 0 7%;
    margin: 12px 0 0 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.magehq-breadcrumbs li {
    display: inline-block;
}
.magehq-menu-vertical a {
    line-height: 16px;
    padding: 5px 5% 5px 12%;
    display: block;
    position: relative;
    color: #fff;
}
.magehq-menu-vertical a.active {
    color: #ff5501;
}
.helpdesk-userguide-view .page-title-wrapper {
    margin-left: 300px;
    min-height: 100%;
    margin-top: 20px;
}

.helpdesk-userguide-view h1.page-title {
    margin-bottom: 20px;
    color: #ff5501;
    font-size: 3.5rem;
}
.magehq-menu ul li.active {
    background: #e3e3e3;
    color: #000;
}
.magehq-menu ul li.active a {
    color: #000;
    font-weight: 600;
}
.user-guide-content .link-guide {
    color: #993300;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .helpdesk-userguide-view .magehq-nav-side {
        display: none;
    }
    .helpdesk-userguide-view h1.page-title {
        margin-bottom: 0;
    }
    .helpdesk-userguide-view .page-title-wrapper {
        padding: 0 3%;
    }
    .helpdesk-userguide-view .page-title-wrapper,
    .helpdesk-userguide-view .magehq-nav-content-wrap {
        margin-left: 0;
    }
}