
/* Download All */

#reader #bookshelf .download-all {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 450px;
    min-width: 450px;
    height: 167px;
    min-height: 167px;
    background-color: #18222E;
}

#reader #bookshelf .download-all .bubble-content {
    text-align: center;
    padding: 24px 0;
    min-height: 34px;
}

#reader #bookshelf .download-all .bubble-buttons {
    text-align: center;
    padding-bottom: 16px;
    background-color: #FBF5EA;
}