#details {
  background: rgba(255,255,255,0.75);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 10px 10px -10px #000;
  color: #1b1e27;
  overflow: hidden;
}
#details > h1 {
  border-bottom: 1px solid #3b5998;
  color: #3b5998;
  margin-top: 0;
}
#details #desc {
  margin-bottom: 25px;
}
#details #price {
  text-align: right;
  margin: 25px 0;
  color: #c0a54a;
  font-weight: 800;
  font-size: 2em;
}
#details #price span {
  font-size: 1em;
  color: #3b5998;
}
#details a {
  display: inline-block;
  margin-right: -4px;
  width: 20%;
  vertical-align: top;
}
#details a img {
  width: 100%;
  margin: 0 10px 10px 0;
}
