
div.empty-block {
    height:40px;
    background-color: #b8b7b4;
    display: table-cell;
}
div.full-block {
    height:40px;
    background-color: #504f4d;
    display: table-cell;
}
div.notprocessed-block {
    height:40px;
    background-color: #2b26cd;
    display: table-cell;
}
div.todownload-block {
    height:40px;
    background-color: #cdb227;
    display: table-cell;
}
div.incomplete-block {
    height:40px;
    background-color: #cd3e38;
    display: table-cell;
}

a.link-popover { color: black; }
a.link-popover:hover { color: #8d8c88;text-decoration: none;outline:none }
a.link-popover:focus { color: #8d8c88;outline:none }