/* Enter Your Custom CSS Here */
.coupon {
    border: 3px dashed #ccc;
    padding: 5px;
    text-align: center;
    width: 300px;
 	display:block;
    float:left;
  	margin-right:10px;
  	margin-bottom:10px;
}