* {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  text-align: center;
  width: 669px;
  margin: 20px auto;
  font-family: arial, sans-serif;
  color: #555555;
  background-color: #ffffff;
}
#content {
  width: 669px;
  margin-top: 30px;
}
#content td {
  padding-bottom: 30px;
}
#content td.pic,
#content td.pic_last_slice {
  text-align: right;
  vertical-align: top;
}
#content td.copy {
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  padding-right: 25px;
  width: 669px;
}
#content table.sliced td {
  padding: 0;
}
#content table.sliced td.pic_last_slice {
  padding-bottom: 30px;
}
h1 {
  font-family: arial black, arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 900;
  padding-bottom: 5px;
  margin-top: -3px;
}
h1.drop,
img.drop {
  margin-top: 15px;
}
.review,
.star_review {
  margin-top: 10px;
}
.author {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: -5px 0 3px 0;
}
.pub {
  font-size: 12px;
  font-weight: normal;
  margin-top: -4px;
}
.sig {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 10px;
}
.award {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
/*.multi_media { margin-top:-2px; }*/
.multi_media,
.music,
.music a,
.credit,
.credit a,
.reading,
.reading a {
  font-size: 12px;
  font-weight: normal;
  color: #555555;
  line-height: 17px;
}

.credit,
.credit a {
  font-size: 10px;
}
.multi_media .emph,
.music a.emph,
.reading a.emph {
  font-weight: bold;
  color: #da3b15;
}

.music a.emph:hover,
.reading a.emph:hover {
  color: #da6c51;
}

#bookstore-window {
  text-decoration: underline;
}
#bookstore-window:hover {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  z-index: 2;
}

.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  max-width: 700px;
  z-index: 2;
}

/* Add Animation */
.modal-content,
.modal-caption,
.modal-close {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
