html {
    background: black;
}

div.alert, code {
    font-size: 16px;
}

table {
    background: black;
    color: white;
    font-family: Verdana, Arial, Helvetica, serif;
    text-align: left;
    width: 100%;
    border-top: 5px solid #b2b2b2;
    border-bottom: 5px solid #4c4c4c;

    .table-name {
        color: #01DF01;
        font-size: 12px;
    }

    .player-name {
        color: #FE9A2E;
        font-size: 18px;
    }

    .player-1 {
        text-align: right;
    }

    .player-2 {
        text-align: left;
    }

    .snooker-high-breaks {
        color: lightgray;
        font-size: 11px;
        vertical-align: middle;
        height: 20px;
    }

    .max-games {
        color: #FF8080;
        font-size: 10px;
        text-align: center;
    }

    .score-row-1 {
        font-size: 18px;
    }

    .score-row-2 {
        font-size: 14px;
    }


    .max-games {
        color: red;
    }

    .frames {
        color: #F5DA81;
    }

    .middle {
        text-align: center;
    }

    .game-type {
        font-size: 12px;
        text-align: center;
    }
}

/*noinspection CssUnusedSymbol*/
.pool {
    .table-name {
        color: deepskyblue;
    }

    .frames td {
        height: 10px;
        line-height: 10px;
        padding-bottom: 4px;
    }
}

/*noinspection CssUnusedSymbol*/
.snooker {
    .table-name {
        color: limegreen;
    }

    .frames td {
        height: 14px;
        line-height: 14px;
        padding-bottom: 3px;
    }
}
