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