div.status-badge{display:inline-block;border-radius:.75em}div.status-badge div{display:inline-block;float:left;color:#fff;text-shadow:0 .1em 0 rgba(0,0,0,.5);margin:0;padding:0;border:0}div.status-badge div:first-child,div.status-badge div:first-child span{border-top-left-radius:.25em;border-bottom-left-radius:.25em}div.status-badge div:last-child,div.status-badge div:last-child span{border-top-right-radius:.25em;border-bottom-right-radius:.25em}div.status-badge div span{display:inline-block;background:linear-gradient(180deg,hsla(0,0%,73.3%,.1),rgba(0,0,0,.1));padding:.25em .5em;box-sizing:border-box}.status-badge .name{background:#555}.status-badge .status.green{background:#4c1}.status-badge .status.yellow{background:#dc0}.status-badge .status.blue{background:#0ad}.status-badge .status.red{background:#c10}.status-badge .status.gray{background:#ccc}