#facebookSharePurchase .items {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 60px;
  overflow-y: auto;
}
#facebookSharePurchase .items .item {
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px 0 0;
  background: #f7f7f7;
  cursor: pointer;
}
#facebookSharePurchase .items .item:first-child {
  margin-top: 0;
}
#facebookSharePurchase .items .item:hover {
  background: #f0f0f0;
  border-color: #bbbbbb;
}
#facebookSharePurchase .items .item.active,
#facebookSharePurchase .items .item.active:hover {
  border: 1px solid #bcd989;
  position: relative;
  background: #f5fbea;
}
#facebookSharePurchase .items .item.active:after {
  content: "\2714";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  color: #bcd989;
}
#facebookSharePurchase .items .item .image {
  float: left;
  width: 68px;
  height: 68px;
  padding: 2px;
  background: white;
  border: 1px solid #cccccc;
  margin-right: 10px;
}
#facebookSharePurchase .items .item .content {
  float: left;
  max-width: 452px;
}
#facebookSharePurchase .items .item .content h3 {
  margin-top: 0;
  font-size: 14px;
}
#facebookSharePurchase .bttnBlock {
  position: absolute;
  left: 20px;
  bottom: 10px;
  right: 20px;
}
