.coupon {
    font-weight: bold;
}

.coupon_flag_success {
    color: green;
}

.coupon_flag_failure {
    color: red;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width:400px;
}

ul li {
    display: inline;
}

ul li:first-child{
    font-weight: bold;
    text-align: left;
    width:250px;
}