#boxCoupons ul { list-style: none;
                 padding: 0;
                 margin: 30px auto 0;
                 display: block;
                 width: 200px;
                 box-sizing: border-box;
                 -moz-box-sizing: border-box;
}
#boxCoupons li { padding: 0px; width: 100% }
#boxCoupons h5 { font-size: 14px; padding-bottom: 10px; }
#boxCoupons .content { background: #F7F7F7;
                       border: 5px dashed #ffb950;
                       padding: 10px;
                       text-align: center;
                       border-color:#CCC;
                       height: 100%;
                       box-sizing: border-box;
                       -moz-box-sizing: border-box;
}
#boxCoupons .content table {
    width: 100%;
    height: 100%;
}
#boxCoupons .content table td {
    vertical-align: middle;
}
#boxCoupons .cDesc, #boxCoupons .cCode { text-align: center; padding-bottom: 5px  }
#boxCoupons .cDesc span { background: #012f60; padding: 5px; color: #fff; display: inline-block; }
#boxCoupons .cCode span { background: #ff7811; padding: 5px; color: #fff; font-weight: bold; display: inline-block; }