.component-label {

}

.badge-primary {
    background-color: darkblue !important;
}

.badge-success {
    background-color: darkgreen !important;
}

.badge-danger {
    background-color: darkred !important;
}

.badge-mixed {
    background-color: darkslategray !important;
    color: white;
}

.badge-form {
    background-color: black;
    color: white;
}

.badge-incomplete {
    background-color: #F1C90B;
    color: black;
}

.component-label-comment,
.component-label-commentcount {
    color: darkblue !important;
}

.component-label-support,
.component-label-supportcount {
    color: darkgreen !important;
}

.component-label-object,
.component-label-objectcount {
    color: darkred !important;
}

.component-label-invalid,
.component-label-invalidcount {
    color: darkred !important;
}
