﻿/* Containers */

.coupon
{
    border-style: dashed;
    border-width: 3pt;
    border-color: #666;
    padding: 12pt;
    margin-bottom: .25in;
}

#disclaimer
{
    font-size: 8pt;
    text-align: justify;
}

/* Layout */

.coupontitle
{
    font-weight: bold;
    font-size: 14pt;
}

.coupondetails
{
    width: 100%;
}

.couponcode
{
    text-align: center;
    background: #efe;
    padding: 0;
    border: 1px solid #ccc;
}

.couponterms
{
    font-size: 8pt;
}

/* Text */

h1
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14pt;
}

/* Hide for print */

.header_leaderboard
{
    display: none;
}

#couponbuttons
{
    display: none;
}

ul#menu
{
    display: none;
}
