/** pageImage.css
 *  
 *  @brief Styles to go with ScanPage blade, for scanned books.
 *  
 *  @nee CCEL 2 ccelmod/page-image.inc::_ccelmod_page_image_styles().
 */
.pageimage_head_left,
.pageimage_head_right,
.pageimage_head_center {
  width: 33%;
  overflow: hidden;
  height: 1.4em;
}

.pageimage_head_left {
  width: 33%;
  float: left;
}

.pageimage_head_right {
  width: 33%;
  float: right;
  text-align: right;
}

.pageimage_head_center {
  width: 33%;
  text-align: center;
}

#pageimage_header {
  color: #fff;
  font-weight: bold;
  background-color: var(--ccel-red);
  margin-top: 10pt;
}

#pageimage_header a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#pageimage_header a:hover {
  color: #aaa;
  text-decoration: underline;
}

#pageimage_header input.printButton {
  border-style: none;
  background-color: var(--ccel-red);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
