.quarter-red{
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    background-color: red;
    color: white;
    display:inline-block;
}

.quarter-green{
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    background-color: green;
    color: white;
    display:inline-block;
}

.quarter-yellow{
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    background-color: yellow;
    color: black;
    display:inline-block;
}

.quarter-white{
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    background-color: white;
    color: black;
    display:inline-block;
}

.uk-h5 {
    text-transform:none !important;
    letter-spacing: 1px;
}