table.photobook_headers {
  width: 100%;
}

td.photobook_header {
  min-width: 33.33%;
  height: 30px;
  background-color: #162252;
  color: #FFFFFF;
  font-family: arial; /*from old photobook. change?*/
  font-size: 11px; /*from old photobook. change?*/
  text-align: center;
}

td.photobook_header a:hover {
  cursor: pointer;
}

.photobook_header a {
  padding: 8px 30px;
}

td.photo_cell {
  width: 195px;
}

td.photo_cell img {
 max-width: 195px;
 max-height: 300px;
}

table.off {
 display: none;
}

table.on {
 background-color: #162252;
 width: 99.5%;
 margin: -2px 0 0 2px;
}
