.main_content {
  padding: 12px 0 30px 0;
}
h1 {
  color: #474441;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
#SellBooksWizard .book-list .books-container .fb-books-link-container {
  text-align: center;
  margin-bottom: 20px;
}
#SellBooksWizard .book-list ul.list > li {
  padding-left: 100px;
  padding-right: 35px;
  position: relative;
}
#SellBooksWizard .book-list ul.list > li img {
  height: 84px;
  position: absolute;
  left: 10px;
}
#SellBooksWizard .book-list ul.list > li img.small {
  height: 50px;
}
#SellBooksWizard .book-list ul.list > li span.price-info a {
  color: green !important;
}
@media only screen and (max-width: 768px) {
  #SellBooksWizard .book-list ul.list > li {
    padding: 16px;
    padding-right: 35px;
  }
  #SellBooksWizard .book-list ul.list > li img {
    display: none !important;
  }
}
#SellBooksWizard .book-list ul.list > li span.price-info {
  color: green;
}
#SellBooksWizard .book-list ul.list > li .list-buttons-desktop {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#SellBooksWizard .book-list ul.list > li .list-buttons-desktop button {
  outline: none;
  border: none;
  padding: 21px;
  background: none;
  font-size: 17px;
}
#SellBooksWizard .book-list ul.list > li .list-buttons-desktop button:hover {
  background: #2b97d4;
  color: white;
}
#SellBooksWizard .book-list ul.list > li .list-buttons-desktop button:hover:active {
  background: #047cc0;
}
#SellBooksWizard .book-list ul.list > li .list-buttons-desktop button:disabled {
  color: #a3a1a0;
}
#SellBooksWizard .book-list ul.list > li .list-buttons-desktop button:disabled:hover {
  background: #85817d;
  color: white;
}
#SellBooksWizard .book-list ul.list > li .list-buttons-desktop button:disabled:hover:active {
  background: #474441;
}
@media only screen and (min-width: 768px) {
  #SellBooksWizard .book-list ul.list > li:hover {
    background-color: #f2f2f2;
    cursor: default !important;
  }
}
#SellBooksWizard .book-list ul.list > li.selected-book {
  background-color: #f2f2f2;
}
#SellBooksWizard .book-list ul.list > li .btn-group {
  position: absolute;
  right: 10px;
  top: 15px;
}
#SellBooksWizard .book-list ul.list > li .btn-group .dropdown-menu > li > a.red {
  color: indianred;
}
#SellBooksWizard .book-list ul.list > li.condensed {
  padding: 10px 54px 10px 50px;
  min-height: 65px;
}
#SellBooksWizard .book-list ul.list > li.condensed img {
  height: 45px;
}
@media only screen and (max-width: 768px) {
  #SellBooksWizard .book-list ul.list > li.condensed {
    padding: 16px;
    padding-right: 35px;
  }
  #SellBooksWizard .book-list ul.list > li.condensed img {
    display: none !important;
  }
}
#SellBooksWizard .book-list ul.list > li.condensed .btn-group {
  position: absolute;
  right: 10px;
  top: 15px;
}
#SellBooksWizard .book-list ul.list > li.condensed .btn-group .dropdown-menu > li > a.red {
  color: indianred;
}
#SellBooksWizard #BookDetails .book-info {
  margin-top: 30px;
}
#SellBooksWizard #BookDetails .book-info h2 {
  margin: 30px 0 30px;
}
#SellBooksWizard #BookDetails .book-info form {
  margin-top: 10px;
}
#SellBooksWizard #BookDetails .book-info .info-box {
  height: 100px;
}
#SellBooksWizard #BookDetails .book-info .info-box img.product-image {
  height: 100px;
  float: left;
  margin-right: 10px;
}
#SellBooksWizard .modal .modal-content {
  margin-top: 100px !important;
  border-radius: 0px !important;
}
#SellBooksWizard .modal .modal-header {
  background-color: #2b97d4 !important;
  border-bottom: none !important;
}
#SellBooksWizard .modal .modal-header h4 {
  color: #fff !important;
}
#SellBooksWizard .modal .modal-footer {
  border-top: none !important;
}
#SellBooksWizard .explanatory-text {
  padding-bottom: 10px;
}
.book-costs {
  padding-left: 5px;
}
