#winners-container {
    overflow: hidden;
    margin-top: 15px;
}

#winners-left {
    float: left;
    width: 585px;
}

#winners-right {
    float: right;
    width: 295px;
}

#lc-message {
    margin-bottom: 10px;
}

DIV.featured-winner {
    border: 1px solid #cecece;
    padding: 10px 5px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 10px;
}

H1 {
    font-size: 138.5% !important;
}

DIV.featured-winner H2 {
    text-align: center;
    font-size: 123.1%;
    color: #737373;
}

DIV.featured-winner .winner-photo {
    float: left;
    margin-right: 15px;
}

DIV.featured-winner .winner-item {
    float: right;
}

DIV.featured-winner .price-paid {
    color: #131313;
    font-weight: bold;
}

DIV.featured-winner .savings {
    font-weight: bold;
}

DIV.featured-winner .user-info {
    font-size: 108%;
    font-weight: bold;
    margin-top: 1em;
    color: #131313;
    line-height: 1.4;
}

DIV.featured-winner .user-quote {
    font-weight: bold;
    margin-top: 2em;
    color: #131313;
}

DIV.featured-winner .user-quote Q {
    font-weight: normal;
    font-style: italic;
    display: block;
    line-height: 1.5;
    margin: .5em 6em .5em 0;
}

DIV.featured-winner .view {
    text-align: right;
    padding-right: 10px;
}

DIV.featured-winner DIV.text {
    margin-left: 225px;
}
