.playerNames{
    font-size: 150%;
}

.points {
    font-size: 200%;
}

.score {
    font-size: 180%;
}

.scoreTable {
    width: 100%;
    padding: 1em;
}

td, th {
    padding: 5px;
}

#homePointText, #homeGameScore, #homeSetScore {
    color: #2196f3;
}

#guestPointText, #guestGameScore, #guestSetScore {
    color: #ffa000;
}

.homeStyle{
    color: #2196f3;
}
.guestStyle{
    color: #ffa000;
}
