.book_select {
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}
.book_select .sizes {
  width: 600px;
  position: relative;
  margin-bottom: 15px;
}
.book_select .sizes div {
  padding: 0 0 10px;
  width: 355px;
}
.book_select .sizes label {
  font-weight: normal !important;
}
.book_select .cover-sizes label, .book_select .paper-types label {
  font-weight: normal !important;
}
.book_select .sizes .selected label, .book_select .cover-sizes .selected label, .book_select .paper-types .selected label {
  color: #00adef !important;
}
.book_select .cover-sizes .selected div {
  border: 1px solid #00adef;
}
.book_select .size-info {
  border: 1px solid #00adef;
  width: 250px !important;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0px;
}
.book_select .size-info div {
  min-height: 110px;
}
.book_select .size-info p, .book_select .size-info dl {
  padding: 16px 0 0 110px !important;
  font-size: 13px;
  line-height: 18px;
}

.size-info .inches {
  font-weight: bold;
}
.size-info dt {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0.5em;
}
