.formatEXPORT > thead > tr > th {
    margin: 10px;
    padding: 10px;
    background-color: black;
    color: white;
    text-align: center;
    border: 5px solid white;
    font-size: 20px;
}
.formatEXPORT > tbody > tr > td {
    margin: 10px;
    padding: 10px;
    background-color: white;
    color: black;
    text-align: left;
    font-size:16px;
}
.formatEXPORT > tbody > tr > td > p {
    margin-bottom: 4px;
}
.formatEXPORT > tbody > tr > td > img {
    max-width: 100px;
    max-height: 100px;
}
.formatEXPORT {
    font-family: calibri;
}
.formatREQUADRE {
    width:1000px;
    margin:10px;
    padding:10px;
    border:1px solid black;
}
.screening-llistat {
    color:#888;
}
.screening-dins {
    color:black;
}
.screening-contactat {
    color:rgb(13, 110, 253);
}
.screening-revisen-internament {
    color:rgb(13, 202, 240);
}
.screening-interessats {
    color:rgb(25, 135, 84);
}
.screening-declinats {
    color:rgb(220, 53, 69);
}
