﻿col.label {
    width: 7rem;
}

col.content {
    width : auto;
}

table.infoTable td
{
    padding: 5px;
}

.description {
    line-height: 2rem;
}

    div.eachAward {
        padding: 5px 0 5px 0;
        margin: 10px 0 10px 0;
        border-bottom: dashed 1px #b6b5b5;
        line-height: 2rem;
    }

div.prize {
    padding: 5px 0 5px 0;
    font-weight: 500;
}

div.winnerContainer {
    padding: 5px 0 5px 0;
    display: flex;
    flex-wrap : wrap;
}

span.winner {
    flex-grow: 1;
    max-width: 300px;
}




