/* Labels */
.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 80%;
    line-height: 18px;
    cursor: pointer;
    min-height: 18px;
    min-width: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: .25em;
}