/* allows for customization of panel pages */

.book-title {
   display: none;
   }

.book-title__row {
    height: 70px;
    background-image: url(../images/Composite_HelpBanner.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-color: black;

    }
/* following line is necessary for IE to get space for the sig image*/
tr.book-title__row td {height: 71px;}
