.downloadsPending {
    background-color: white !important;
}

.downloadsOK {
    text-decoration: line-through;
    background-color: #e8faeb !important;
}

.downloadsMissing {
    text-decoration: line-through;
    background-color: #ffc7d1 !important;
}

.downloadsUnpack {
    text-decoration: line-through;
    background-color: #f1f7cb !important;
}