﻿.penalty::before {
    content: ' P';
    color: #fff;
    background-color: #000;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 4px;
    position: absolute;
    margin-left: 4px;
    margin-top: 2px;
}

.casual-score {
    color: #05C3DD;
}