/*
 * Custom overrides for BookReader Demo.
 */

/* Hide print and embed functionality */
#BRtoolbar .embed, .print, .share {
    display: none;
}

#BRtoolbar {
    background-color: white;
}

div#BRnav {
    background-color: white;
}

.BRnavCntl {
    background-color: white;
}

a.logo {
    width: 105px;
}

#BRreturn a {
    color: #D78B3F;
    text-decoration: none;
}

div#pagenum {
    width: 100px;
}