.mm-panels{
scrollbar-color: transparent transparent;
}
.header,
.content {
    text-align: center;
}

.header {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #06377b;
    border-radius: 5px;
    margin-top: 20px;
}

    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.header a {
    display: block;
    width: 28px;
    height: 18px;
    padding: 11px;
    margin: 5px;
    position: relative;
    top: 0;
    left: -5.5px;
}

    .header a:before,
    .header a:after {
        content: '';
        display: block;
        background: #06377b;
        height: 2px;
        width: 28px;
    }

    .header a span {
        background: #06377b;
        display: block;
        height: 2px;
        margin: 6px 0;
        width: 28px;
    }

.content {
    padding: 150px 50px 50px 50px;
}
