.symbol {
    border: 5px double white;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.symbol-empty { background-color: #ccc; }

.symbol-filled { background-color: black; }