/* h5 {
    font-size: 12px;
} */
div.match {
    margin-bottom: 10px;
    border: 2px solid black;
/*        background-color: #b96426;*/
/*        color: #fdf0d3;*/
    background-color: #fff;
    color: #000;
}
div.player1 {
    border-right: 1px dashed black;
}
div.player2 {
    border-left: 1px dashed black;
}
div.winner {
    background-color: #def0de;
}
div.tie {
    background-color: #fdf0d3;
}
div.loser {
    color: #BDBDBD;
}
span.winstring {
    font-size: 8px;
}
span.tablenumber {
    font-size: 24px;
}
select#month, select#day {
    width: auto;
    display: inline;
}
span.opponent {
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
}
.playerloggedin {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
}
div.dropped {
    text-decoration: line-through;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.strikethrough {
    text-decoration: line-through;
}
