﻿#filesTable th.professionspecific,
#filesTable td.professionspecific {
    width: 200px;
    max-width: 200px;
    text-align: center;
}

#filesTable th.type,
#filesTable td.type {
    width: 100px;
    max-width: 100px;
}

#filesTable td.type {
    text-transform: uppercase;
}

#filesTable th.lastupdate,
#filesTable td.lastupdate {
    width: 200px;
    max-width: 200px;
    text-align: center;
}

#filesTable th.actions,
#filesTable td.actions {
    width: 50px !important;
    max-width: 50px;
    text-align: center;
}

#filtersTable .tags {
    display: flex;
    align-items: center;
}