﻿/*ScoreBoard CSS*/

.good, .bad {
    text-align: center;
    min-width: 50px;
}

.good {
    background-color: green;
}

.bad {
    background-color: red;
}

.center {
    text-align: center;
    min-width: 50px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.current {
    background-color: yellow;
    color: black;
}

.next {
    color: yellow;
}
