.pill{display:inline-block;-webkit-border-radius:20px;border-radius:20px;-moz-border-radius:20px;background-clip:padding-box;padding:4px 10px;font-size:12px;font-weight:bold;line-height:normal;border:0;color:#FFF}.pill-primary{background:#1c303f}.pill-success{background:#13ad17}.pill-warning{background:#ff8600}.pill-danger{background:#e8302a}.pill-dot{background:#FFF;color:#252c33}.pill-dot::before{content:"";display:inline-block;width:8px;height:8px;-webkit-border-radius:50%;border-radius:50%;-moz-border-radius:50%;background-clip:padding-box;margin-right:4px;vertical-align:middle;background:#13ad17}.pill-dot.pill-primary::before{background:#1c303f}.pill-dot.pill-warning::before{background:#ff8600}.pill-dot.pill-danger::before{background:#e8302a}