.cell.level-cell.fill-block
{
	border-radius: 10px;
}

.cell.level-cell.fill-block.score-try
{
	/* Scarlet red */
    background-image: linear-gradient(to top,
                                      #a40000,
                                      #cc0000);
}

.cell.level-cell.fill-block.score-utry
{
	/* Chameleon */
    background-image: linear-gradient(to top,
                                      #4e9a06,
                                      #73d216);
}

.cell.level-cell.fill-block.score-kick
{
	/* Butter */
    background-image: linear-gradient(to top,
                                      #c4a000,
                                      #edd400);
}