.greencat{
	border-radius: 25px !important;
    background: lightgreen;
    width: 20px;
    height: 20px;
}
.redcat{
	border-radius: 25px !important;
    background: red;
    width: 20px;
    height: 20px;
}
.yellowcat{
	    border-radius: 25px !important;
    background: yellow;
    width: 20px;
    height: 20px;
}