html, body {
    /*font-family: sans-serif;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}

#closeIt i.glyphicon.glyphicon-remove {
    display: block;
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 40px;
    z-index: 1;
}
.digilib--snap-content {
    padding-top: 62px;
    background: white;
    z-index: 2;
}
.snap-content {
    /*position: absolute;*/

    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/

    /*width: auto;*/
    /*height: auto;*/

    /*height: 20000px;*/
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
    background: #eee;
    padding-left: 12px;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}



.snap-drawers {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    /*background: #0c0c0c;*/
}
.snap-drawers ul
{
    list-style-type: none;
    margin: 15px 25px 10px 15px;
    padding: 2em 0.5em;
}
.snap-drawers ul li ul
{
    list-style-type: none;
    margin: 7px 25px 10px 10px;
    padding: 0 0.5em;
}
.snap-drawers li {
    line-height: 1.2;
    margin: 0 0 5px 0;
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    /*font-family: 'PT Sans', Arial, sans-serif;*/
}
.snap-drawers li ul li {
    line-height: 1.2;
    margin: 0 0 5px 0;
    /*font-size: 14px;*/
}

.snap-drawers li a {
    /*color: #ccc;*/
}
.snap-drawers li ul li a {
    /*color: #999;*/
}

.snap-drawers li a:hover {
    /*color: white;*/
}