.circle { height: 6px; width: 6px; background-color: #707070; border: 2px solid #707070; border-radius: 50%; display: inline-block; } .circle.unreaded { border: 2px solid #0000FF; } .circle.forMe { background-color: #FF0000; }