/* Badges */
.clarification_editing_dt, .review_editing_dt, .pkg_dt, .lang_attribute {
    border-radius: 20px;
    width: 26px;
    height: 26px;
    display: inline-table;
    color: #FFF;
    margin: 2px;
    font-weight: lighter;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    overflow: hidden;
    color: #FFF !important;
}
.pkg_dt {
    background-color: #C33;
}

.lang_attribute {
    background-color: #76C;
}
.clarification_editing_dt, .review_editing_dt {
    background-color: #369;
}
.clarification_editing_dt:before {
    content: "C";
}
.review_editing_dt:before {
    content: "R";
}
.pkg_dt:before {
    content: "P";
}

/* Buttons */

#datatable-1 > tbody > tr > td >a {
    color: white;
    background: #0e9c57;
    width: 90%;
    left: -7px;
    text-align: center;
}

#datatable-1 > tbody > tr > td:nth-child(1) >a {
    background: #D32F2F;
    text-transform: uppercase;
    text-align: center;
}


/* express settings */
.express-15 td {
    border-bottom: 1px solid #F00;
    background: rgba(207, 72, 70, 0.31);
}
