div.row {
  overflow: auto; 
  width: 95%;
  color: #8c8384;
  font-weight: normal;
  border-bottom: 1px solid #c7c2c2;
  margin-left: 15px;
}
div#store_title {
  background: #edebeb;
  color: #de72ab;
  font-weight: bold;
  font-size: 13px;
}
div#coupon_title {
  background: #edebeb;
  color: #de72ab;
  font-weight: bold;
  font-size: 13px;
}
div#expires_title {
  background: #edebeb;
  color: #de72ab;
  font-weight: bold;
  font-size: 13px;
}
div.store {
  float: left; 
  width: 22%;
  padding: 7px 5px 7px 10px;
  font-weight: bold;
}
div.coupon {
  float: left; 
  width: 52%; 
  padding: 7px 0px 7px 0px;
}
div.coupon a {
  color: #8c8384;
  text-decoration: none;
}
div.coupon a:hover {
  text-decoration: underline;
}
div.expires {
  float: left; 
  width: 20%; 
  padding: 7px 7px;
  color: #de72ab;
}