/*
 * Custom overrides for embedded bookreader.
 */

/* Hide some navigation buttons */
#BRtoolbar .label,.pageform,.play,.embed,
    .two_page_mode,.one_page_mode,.thumbnail_mode,
    .book_leftmost,.book_rightmost,.book_top,.book_bottom,.print {
    display: none;
}

#BRtoolbar .title {
    font-size: 0.9em;
}

#BRembedreturn {
    /* Center text */
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    
    font-family: "Lucida Grande","Arial",sans-serif;
}

#BRembedreturn a {
    font-size: 14px;
    color: #036daa;
}

#BRcontainer { top: 0px !important; }
#BRtoolbarbuttons .BRicon { margin-top: 0px !important; }
#bookinfolink { display: none; }
#BRembedreturn { padding-left: 15px; }

@media (max-width:1000px) {
    #textSrch { width: 160px !important; }
    #bookinfolink { right: 25px !important; }
}

@media (max-width:800px) {
    #BRreturn a { font-size: 14px !important; padding-left: 15px !important; }
    .BRicon.share { display: none !important; }
    #bookinfolink a { font-size: 12px !important; font-weight: bold !important; padding: 6px 10px !important; padding-top: 15px !important; }
}

@media (max-width:600px) {
    #textSrch { width: 110px !important; }
    form#booksearch { margin-right: 8px !important; }
}

