﻿html, body
{
    height: 100%;
    margin-right: 10px;
    background-color: black;
    min-width: 1000px;
}

div.parentDiv
{
    height: 100%;
}

.br-mode-1up__root
{
    /*overflow-y: hidden;*/
}

h1 {
    color: white;
    padding-left: 20px;
    white-space: nowrap;
}

label
{
    color: white;
    padding-left: 20px;
}

div.headerDiv {
    height: 80px;
}

div.BookReaderRow
{
    height: calc(100% - 80px);
}

div.BookReader
{
    /*height: 99%;*/
}

button.share
{
    display: none;
}

#DDLEZ
{
    width: 150px;
}
