        .startdate {
            font-family: Tahoma;
            font-size: 12px;
        }

        .recordscore {
            font-family: Tahoma;
            padding: 0px 0px 0px 5px;
        }

        .playername {
            padding: 0px;
        }

        .draw .playername.player-heading {color: #ffffff !important;background:#438b67 !important}
        .draw .playername.player-highlight {/*        color: #4d4e53 !important;*/}

        .score {
            padding: 5px;
        }

        .player-number-column {
            font-weight: bold;
            vertical-align: bottom !important;
        }

        .start-date-time {padding: 5px;}

        .table-tournament-round-robin > table {
            border: 1px solid #438b67 !important;
        }

        .draw, #draw {
            font-size: 13px;
            text-align: left;
        }

        .draw.maindraw-playoff {
            margin:50px 0px 0px 0px;
        }

        .draw, table, #draw table {
            margin: 16px 0 10px 0;
            padding: 0;
            border-collapse: collapse;
        }

        .draw td, #draw td {
            vertical-align: top;
            text-align: left;
/*            white-space: nowrap;*/
        }

        .draw td img, .draw td img.intext, #draw td img, #draw td img.intext {
            vertical-align: middle;
            border: none;
            display: inline;
            margin: 1px;
        }

        .draw .round, #draw .round {
            text-align: center;
            font-weight: bold;
            border-bottom: 1px solid #000;
        }

        .draw table thead td, #draw table thead td {
            text-align: center;
            font-weight: bold;
            border-bottom: 1px solid #000;
        }

        .draw .row_b, #draw .row_b {
            border-bottom: 1px solid;
            vertical-align: bottom;
        }

        .draw .row_r, #draw .row_r {
            border-right: 1px solid;
        }

        .draw .row_br, #draw .row_br {
            border-bottom: 1px solid;
            border-right: 1px solid;
            vertical-align: bottom;
        }

        .draw .row_b, .draw .row_r, .draw .row_br, #draw .row_b, #draw .row_r, #draw .row_br {
            border-color: #000;
        }


        table, caption, tr, th, td {
            border-collapse: collapse;
        }

        #content table td, #content table th, .ui-dialog table th {
            padding: 4px 6px 0 0;
        }

        td, th {
            vertical-align: top;
/*            width: auto;*/
        }

        p {
            margin: 0;
        }

        strong p {
            font-weight: bold;
        }

@media print {
    .draw, #draw {
        font-size: 10px !important;
    }
}