#es-ticket-replies .uk-comment {
    border: 1px solid #ddd;
}

#es-ticket-replies .uk-comment-title {
    text-transform: uppercase;
    font-size: 14px;
}

#es-ticket-replies .uk-list {
    margin-top: 0;
}

#es-ticket-replies .es-ticket-attachments > h5 {
    margin-bottom: 8px;
}

#es-ticket-replies .uk-button-group > a,
.es-ticket-attachment > a {
    color: #607D8B;
}

.es-ticket-attachment .file-remove {
    padding: 3px 5px;
    line-height: 1;
    margin-left: 8px;
}

#es-ticket-replies .uk-comment-header,
#es-ticket-replies .uk-comment-body {
    padding: 6px 8px;
    margin-bottom: 10px;
}

.es-ticket-state,
.es-ticket-type {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
    font-size: 10px;
    min-width: 55px;
}

.es-ticket-state {
    color: #fff;
    padding: 0 5px;
}

.es-ticket-open {
    background: #f0506e;
}

.es-ticket-pending {
    background: #faa05a;
}

.es-ticket-processed {
    background: #706dff;
}

.es-ticket-closed {
    background: #222;
}