#results {
  font-size: 14px;
}
#results .box {
  border: solid 1px #ddd;
  border-radius: 3px;
  display: table;
  line-height: 15px;
  margin: 0 auto 13px auto;
  padding: 0;
  width: 100%;
}
#results .box .details {
  display: table-row;
}
#results .box .details > div {
  display: table-cell;
}
#results .image {
  background-color: #ddd;
  padding: 3px;
  width: 20%;
}
#results .box .details-view {
  background-color: #ddd;
  padding: 3px;
  text-align: center;
  width: 15%;
}
#results .box .details-view .btn {
  display: block;
  text-align: center;
  top:50%;
  width: 100%;
}
#results .box .description {
  background-color: #fff;
  padding: 3px 12px;
}
#results .box .image img {
  border: solid 1px #888;
  border-radius: 3px;
  max-height: 120px;
  max-width: 100%;
}
