/*! tournament.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/tournament.css */

#tournament_base {
    border: solid #999999 1px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-size: 10px}

#tournament_base img
   { max-width: 200px
}

#tournament_base table {
 margin: 0px auto 0px auto
}
.kekka {
}

.winner {
    font-weight: bold;
    color: #e6b422;
    font-size: 250%;
}

.second {
    font-weight: bold;
    color: #999;
    font-size: 220%;
}

.third {
    font-weight: bold;
    color: #C47222;
    font-size: 200%;
}

.fourth {
    font-weight: bold;
    font-size: 180%;
}
