/* CSS Document */

.bookcover {
  width: 176px;
  margin-left: 10px;
  margin-right: 15px;
  float: left;
}

#booktext {
  width: 580px;
  height: 315px;
  margin-top: 15px;
  overflow: auto;
}
  