.book {
  margin-top: 15px;
}

.book .book {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.book .book .top {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.book .book .top .cover {
  margin-right: 1rem;
}

.book a {
  text-decoration: none;
}

.book .book .top .cover a.sample {
  align-items; center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.book a.sample .lookinside {
  color: #337ab7;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.book .book .top .cover img {
  margin: 0 10px 10px 0;
  max-width: 120px;
}

.book h1 {
  margin-top: 0;
  line-height: 125%;
}

.book h1 .epub {
  font-size: 70%;
}

.book .book .top .title .author {
  font-style: italic;
}

.book .book .top .links {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  min-width: 300px;
}

.book .teaser {
  clear: both;
}

.book .isbn {
  font-size: 90%;
}

.book .panel-ebook {
  background-color: #f0ad4e;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 1rem;
}

.book .panel-ebook .panel-body {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.book .panel-ebook h5 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  text-transform: uppercase;
}

.book a.cta {
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.book .panel-ebook .panel-body a.cta {
  color: #fff;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
}

.book .panel-ebook .panel-body a.cta .price {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.book .panel-ebook .panel-body a.cta .small {
  font-size: 40%;
}

@media (max-width: 767px) {
}

@media (max-width: 991px) {
  .book .book .top .title {
    max-width: 50%;
  }

  .book .book .top .links {
    max-width: 200px;
    min-width: 200px;
  }
}

@media (max-width: 479px) {
  .book .book .top {
    flex-direction: column;
    position: relative;
  }

  .book .book .top .cover img {
    max-width: 49%;
  }

  .book .book .top .title {
    max-width: 100%;
  }

  .book .book .top .links {
    max-width: 49%;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .book .book .top .links .panel-body {
    padding: 5px;
  }

  .book .panel-ebook .panel-body a.cta {
    color: #fff;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
  }
}

body > div.container > section > section > div > div.content > div > a {
  margin-left: 181px;
  /* margin-top: -49px; */
}