﻿.round
{
    float:left;
    margin: 3px;
    margin-right: 6px;
    padding: 3px;
    width: 155px;
    min-height: 200px;
    border: 1px solid #808000;
    font-size:10px;
    text-align:center;
}
.roundHeader
{
    width: 90%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808000;
    margin-bottom: 3px;
    margin-left:auto;
    margin-right:auto;
}
.winner
{
    color: #808000;
    font-weight:bold;
}

