.bookContent-content-container {
  text-align: center;

}

.tablet.portrait .bookContent-content-container {
  width: 100%;
}

.bookContent strong {
  font-weight: bold;
}

.tablet.portrait article {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.bookContent article {
  font-family: Georgia, serif;
  margin-bottom: 10px;
}

.bookContent h5 {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 0.5625em;
  font-weight: normal;
  text-align: center;
}

.bookContent h1 {
  color: #004682;
  text-align: center;
  font-size: 1.3125em;
  font-weight: bold;
  margin: 15px 6.25% 20px 6.25%;
}

.bookContent p {
  color: #444;
  font-size: 0.90625em; /* 14.5 / 16 */
  line-height: 1.75em;
  margin: 0.625em 6.25%; /* 20 / 320| */
}

.bookContent aside {
  font-family: Helvetica, Arial, sans-serif;
  background: #cad8dc;
  border-top: 1px solid #88A7C2;
  border-bottom: 1px solid #88A7C2;
  color: #004682;
  text-shadow: 1px 1px 0 #DFE9EC;
}

.bookContent aside h2 {
  font-weight: bold;
  margin: 0.625em 6.25% 0 6.25%; /* 20 / 320 */
  font-size: 0.90625em;
}

.bookContent aside p {
  color: #004682;
  font-size: 0.875em; /* 14 / 16 */
  line-height: 1.5em;

}

.bookContent figure {
  background: #023401;
  margin: 25px 0;
  padding: 0;
  width: 100%;
  padding: 4px 0 8px 0;
}

.bookContent figure img {
  width: 100%;
  box-shadow: 0 1px 5px #000;
}

.bookContent figcaption p {
  font-family: Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 0.875em; /* 14 / 16 */
  line-height: 1.357142857em;
}

.bookContent {
  height: 100%;
}

.bookContent-content {
  height: 100%;
}

.bookContent .topTd {
  background-image: url('../img/ornament.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 259px 20px;
}

.bookContent .topTd h5 {
  padding-top: 30px;
}

.bookContent .bottomTd {
  background-image: url('../img/ornament.jpg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 259px 20px;
}

.bookContent .bottomTd h5 {
  padding-top: 25px;
}

.book-content-container-manualHeight {
  padding-bottom: 6px;
}