.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    /*font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    color: #333;*/
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr.right .sidr-inner {
    padding: 5px
}

.sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr.right {
    left: auto;
    width: 120px;
    right: -120px;
    border-left: 1px solid #fff;
}

.sidr.left {
    left: -260px;
    right: auto;
    border-right: 1px solid #fff;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
    font-size: 140%;
    clear: both;
    padding: 15px;
    margin: 0 0;
    font-weight: 600;
    line-height: 1.5em;
    display: block;
    color: #000;
    border: 0;
    text-transform: uppercase;
    font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
}