/* Ebook */
/* -- Header */
.ebook-header {
    list-style:none;
    padding:0; margin:0;
    background:#555;
    color:#fff;
    /* position:fixed; */
    width:100%;
}
.ebook-header a {
    color:#fff;
}
.ebook-header li {
    padding:0; margin:0;
    display:inline-block;
    padding:8px 20px;
}
.ebook-header li.btn-back {
    background:#333;
    cursor:pointer;
}

.ebook-header li.btn-back:hover {
    background:#222;
    cursor:pointer;
}

.ebook-header li.btn-close {
    float:right;
    background:#a00;
    cursor:pointer;
}
.ebook-header li.btn-close:hover {
    background-color:#700;
}
/* -- Container*/
#ebook-container {
    height: 80vh;
    background-color: #eee;
    border-radius: 5px;
    padding: 3px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

#ebook-container>div {
    height: 100%;
    width: 100%;
}

#ebook-container
, .ebook-sector   
{
    height: 80vh;
    background-color: #eee;
    border-radius: 5px;
    padding: 3px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

#ebook-container > div 
, .ebook-sector > div 
{
    height: 100%;
    width: 100%;
}