aside {
    background: #1f8dd6;
    padding: 0.6em 1em;
    color: #fff;
}

#content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -10%;
}

#view table {
    display: table;
}

#view p {
    margin-left: 1em;
    margin-right: 1em;
}

#view table td {
    line-height: 200%;
    padding-left: 2em;
}

.large-text {
    font-size: 120%;
}

div#indicator {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 3px;
    width: 4px;
    height: 20px;
    background-color: #888;
    border: none;
    margin: 5px 0 5px 0;
}

div#overlay {
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.2);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

div#overlay table {
    display: table;
}

div#overlay table tr {
    border: 1px solid #888;
    line-height: 200%;
    text-align: right;
    color: #333;
}

tr:nth-child(2n-1).blue td, tr.blue td {
  background: #1f8dd6;
  color: #fff;
}

img.leftcard {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

img.centercard {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

img.rightcard {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

div#stash {
    visibility: hidden;
}

div.cover {
    perspective: 500px;
    -webkit-perspective: 500px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

div.cover img {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border: none;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom,from(transparent), color-stop(70%, transparent), to(rgba(255,255,255,0.4)));
}

@media only screen and (max-width: 995px) {

    #content {
        left: -5%;
    }

}


@media only screen and (max-width: 768px) {

    #content {
        left: -15%;
    }

}


@media only screen and (max-width: 700px) {

    #content {
        left: -10%;
    }

}



@media only screen and (max-width: 572px) {

    #content {
        left: 0;
    }

}