.added {

background: #6a28e8;
color: #fff;
text-align: center;
    font-variant: small-caps;
    font-weight: bold;
padding: 2px 9px 4px;
margin: 0 7px 7px 0;
border-radius: 6px;
border: 1px solid #5bc8f9;

}

.improved {

background: #0c83e1;
color: #fff;
text-align: center;
    font-variant: small-caps;
    font-weight: bold;
padding: 2px 9px 4px;
margin: 0 7px 7px 0;
border-radius: 6px;
border: 1px solid #5bc8f9;

}

.fixed {

background: #00d486;
color: #fff;
text-align: center;
    font-variant: small-caps;
    font-weight: bold;
padding: 2px 9px 4px;
margin: 0 7px 7px 0;
border-radius: 6px;
border: 1px solid #5bc8f9;

}

.soon {

background: #ff6600;
color: #fff;
text-align: center;
    font-variant: small-caps;
    font-weight: bold;
padding: 2px 9px 4px;
margin: 0 7px 7px 0;
border-radius: 6px;
border: 1px solid #5bc8f9;

}

.removed {

background: #ff0000;
color: #fff;
text-align: center;
    font-variant: small-caps;
    font-weight: bold;
padding: 2px 9px 4px;
margin: 0 7px 7px 0;
border-radius: 6px;
border: 1px solid #5bc8f9;

}