.text-center{
    text-align: center;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-warning{
    background-color: #f39c12;
}

.label-danger{
    background-color: #e74c3c;
}

.label-success{
    background-color: #18bc9c;
}

.label-primary{
    background-color: #2c3e50;
}

.label-info{
    background-color: #217dbb;
}

.text-warning{
    color: #f39c12;
}

.text-danger{
    color: #e74c3c;
}

.text-success{
    color: #18bc9c;
}