.breadcrumb {
  text-align: center;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

nav.navbar.navbar-default {
  margin-bottom: 0px;
}

.reviewer-name {
  margin-right: 10px;
}

@media (min-width:768px) {
  .site-footer h5 {
    text-align: left;
  }
}

.site-footer h5 {
  color: inherit;
  font-size: 16px;
}

.site-footer .social-icons a:hover {
  opacity: 1;
}

@media (min-width:768px) {
  .site-footer .social-icons {
    text-align: right;
  }
}

.btn.write-review {
  float: right;
  margin-top: -6px;
}

