#dossiers {
    position     : relative;
    margin       : 60px auto;
    margin-bottom: 0px;
}

#dossiers tr > td {
    width: 240px;
}

#dossiers tr > td:first-child {
    width: 60px;
}

#dossiers tr > td:last-child {
    width     : 300px;
    text-align: left;
}

#dossiers tr > td:nth-child(even) {
    background-color: rgba(62, 162, 239, .2);
}

#dossiers tr:first-child > td:not(:first-child) {
    color           : #FFFFFF;
    background-color: #3EA2EF;
}

.dossiers_more {
    height      : 48px;
    width       : 60px;
    margin-right: 12px;
    background  : url("/portale/Acommon/img/icons/more.png") 6px 6px/36px 36px no-repeat;
    cursor      : pointer;
}

.dossiers_more:hover {
    background-image: url("/portale/Acommon/img/icons/morehover.png");
}

.dossiers_more.selected {
    background-image: url("/portale/Acommon/img/icons/morehover.png");
}