.content {
  position: relative;
}

.detailPage .sidebar {
  position: static;
  float: left;
  left: 0;
  width: 550px;
}

.detailPage .summary {
  margin-left: 550px;
  width: 250px;
}

.viewSite {
  clear: both;
}


.details {
  width: 350px;
  float: left;
  margin-right: 50px;
}
.details p {
  margin: 0 0 1em 0;
}

.testimonials .quote {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}
.testimonials .quote .attribution {
  display: block;
  text-align: right;
  font-size: .9em;
  font-weight: normal;
}
