/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

courriel {
    display: block;
}

courriel .enLecture {
    margin-bottom: 5px;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

table courriel .enLecture {
    margin-bottom: 0px;
}

courriel .enLecture label::after {
    content: " : ";
}

courriel .enLecture libelle {
    float: left;
    margin-right: 3px;
    margin-bottom: 0 !important;
}

courriel a {
    margin-right: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

#courrielTelemedecine a {
    margin-right: 0 !important;
    float: right !important;
}