#circle_active {
    background: green;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
#circle_inactive {
    background: red;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}


