/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 10, 2015, 3:43:58 PM
    Author     : abhayapatel@wifonic.com
*/

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