/* cleanedup by Shawn Brandt @ Envyus Media */
.navbar {
  background: none;
}
nav .container {
  max-width: 818px;
}
.navbar-brand,
.navbar-header {
  float: none !important;
}
.jumbotron {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.jumbotron h1 {
  font-size: 18px;
}
.review-header, .review-listing, .sidebar, .price-disclosure, .container .row .col-md-9 .row .col-sm-12 {
  display: none;
}
.form-inline {
  display: inline-block;
}
@media (min-width: 1200px)
  .container {
    width: 970px;
}
.author-note {
  background: #e1e1e1;
  padding: 1em;
  margin-bottom: 3em;
}

.article p {
  font-size: 1.5em;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  .article p {
    font-size: 1.1em;
  }
}

.article.bigbody p {
  font-size: 1.05em;
}

.bigbody p.list-item.bold {
  font-weight: bold;
}

@media (max-width: 991px) {
  .search-wrapper input {
      margin-bottom: 10px;
  }
  .search-wrapper button {
    margin-top: 10px;
  }
}