.logo, .cmain, .thumbnail
{
    height: 100px;
    padding: 5px;
    float: left;
}

.thumbnail img
{
    vertical-align: middle;
}

.club
{
    border-bottom: 1px dotted #252528;
}

.club h1
{
    margin-left: 20px;
}

.club .cmain
{
    float: left;
    width: 340px;
}

.club .info
{
    float: left;
}

.cadd
{
    float: right;
}

.cadd span
{
    font-size: 11px;
    margin-top: 30px;
    float: left;
}

.club .thumbnail
{
    border-left: 1px dotted #252528;
    float: right;
    text-align: center;
    width: 110px;
    line-height: 90px;
}

.club .thumbnail img
{
    max-height: 90px;
    max-width: 110px;
}

#provinces
{
    float:right;
    width:100%;
    margin: 10px 0;
    text-align:right;
    list-style-type: none;
}

#provinces li
{
    display: inline;
}

#provinces li a
{
    font-size: 9pt;
    font-style: italic;
    color: #999999;
}
