.update-description-item {
    margin: 10px 0;
    padding: 0;
    border-radius: .25em;
    border-width: 1.5em 1px 1px 1px;
    border-style: solid;
}

.update-description-label {
    margin: -1.5em 0 0 .5em;
    padding: 0;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.update-description .update-description-body {
    margin: .2em 1em;
    padding: .5em;
}

.update-description-item-new {
    border-color: #dff2fc;
}

.update-description-item-new .update-description-label:before {
    content: "new";
    color: #337ab7;
}

.update-description-item-important {
    border-color: #feeeed;
}

.update-description-item-important .update-description-label:before {
    content: "important";
    color: #d9534f;
}

.update-description-item-fixed {
    border-color: #cae5cd;
}

.update-description-item-fixed .update-description-label:before {
    content: "fixed";
    color: #184212;
}

.update-description-item-improved {
    border-color: #f4dda5;
}

.update-description-item-improved .update-description-label:before {
    content: "improved";
    color: #cd6118;
}
