﻿.coupon
{
    border-style: dashed;
    border-width: 3px;
    border-color: #666;
    padding: 10px 20px 10px;
    margin: 15px 0;
}

.coupontitle
{
    margin: 0;
    font-weight: bold;
    font-size: 1.1em;
}

.coupondetails
{
    width: 100%;
}

.couponcode
{
    text-align: center;
    background: #efe;
    padding: 0;
    border: 1px solid #ccc;
}

.couponterms
{
    font-size: .75em;
}

#couponbuttons
{
    text-align: center;
    padding: 20px 0 5px;
}

hr
{
    border: none;
    color: #ccc;
    height: 1px;
    background: #ccc;
}
