﻿/* Prize draw section css */

/* Import */
@import url(/stylesheets/quote-button.css);

#bodyContent
{
    margin-bottom: 120px;
}

ol
{
    list-style-position: outside;
    list-style-type: decimal;
    margin: 20px 0px 40px 50px;
    font-size: 0.70em;
    line-height: 1.50em;
}

table
{
    font-size: 0.70em;
    border-bottom: 3px solid #000;
    margin-bottom: 10px;
}

table th
{
    text-align: left;
    padding: 10px 0px 5px 2px;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
}

table td
{
    padding : 2px;
}

table th.date
{
    width: 200px;
}

table th.winner
{
    width: 200px;
}

p.competitionEntry
{
    width: 150px;
    overflow: hidden;
    text-align: center;
}

img.winner 
{
    border: 1px solid #06652b;
    margin-right: 5px;
    margin-bottom: 1.00em;
}

dl
{
    font-size: .7em;
}

dt
{
    float: left;
}

dd
{
    margin-left: 10em;
    margin-bottom: 1em;
    line-height: 1.3em;
}

