.wishlist .title
{
    padding: 10px 15px 0 15px;
    font-size: 16px;
}


table.wishlist td.name, table.wishlist th.name
{
    padding: 7px 10px 7px 15px;
}

table.wishlist td.name
{
    width: 65%;
    font-size: 12px;
}

table.wishlist td.name .name a
{
    text-decoration: none;
}

table.wishlist td.name .info
{
    margin: 5px 0 0 0;
    font-size: 11px;
    color: gray;
}


table.wishlist td.status, table.wishlist th.status
{
    padding: 7px 10px 7px 10px;
}

table.wishlist td.status
{
    width: 25%;
    font-size: 12px;
}

table.wishlist td.status .notes
{
    margin: 3px 0 0 0;
    font-size: 11px;
    color: gray;
}



table.wishlist td.votes, table.wishlist th.votes
{
    padding: 7px 10px 7px 10px;
}

table.wishlist td.votes
{
    width: 3%;
    font-size: 13px;
    text-align: right;
}

table.wishlist td.vote_now, table.wishlist th.vote_now
{
    padding: 7px 15px 7px 0;
    text-align: center;
}

table.wishlist td.vote_now
{
    width: 7%;
    font-size: 13px;
    text-align: center;
}

table.wishlist th.vote_now
{
    padding-top: 3px;
}




.wish .title
{
    margin: 10px;
    padding: 0;
}

.wish .title .name
{
    margin: 5px 0 2px 0;
    line-height: 18px;
    font-size: 14px;
}

.wish .title .status, .wish .title .votes
{
    margin: 5px 5px 5px 0;
    float: left;

    font-size: 12px;
    color: gray;
}



div.comments
{
    clear: both;
    margin: 5px 0 10px 0;
    padding: 0;
}

table.comments, table.wishlist
{
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}

table.comments td, table.comments th, table.wishlist td, table.wishlist th
{
    margin: 0;
    padding: 0;
    border-bottom: 1px rgb(180, 180, 180) solid;
}

table.comments th, table.wishlist th
{
    padding: 10px 10px 5px 10px;
    text-align: left;
    vertical-align: bottom;
}

table.comments td, table.wishlist td
{
    vertical-align: top;
    border-top: 1px rgb(180, 180, 180) solid;
}


table.comments td.date
{
    padding: 10px;
    width: 10%;
    font-size: 12px;
}

table.comments td.author
{
    padding: 10px;
    width: 15%;
    font-size: 12px;
}


table.comments td.text
{
    padding: 10px;
    font-size: 12px;
    width: 75%;
    text-align: left;
}

table.comments td.text pre
{
    margin: 0;
    padding: 0;
    white-space: pre-wrap;        /*css-3*/
    white-space: -moz-pre-wrap;   /*Mozilla, since 1999*/
    white-space: -pre-wrap;       /*Opera 4-6*/
    white-space: -o-pre-wrap;     /*Opera 7*/
    word-wrap: break-word;        /*Internet Explorer 5.5+*/
}


.wishlist .block
{
    clear: both;
    margin: 10px 10px 10px 10px;
}



#vote .exception, #vote .complete_msg
{
    margin: 100px auto 100px auto;
    width: 280px;
}
