﻿#GestionePdC .List_Table > thead > tr > th:nth-child(1),
#GestionePdC .List_Table > thead > tr > th:nth-child(10) {
    text-align: center;
    width: 30px;
}

#GestionePdC .List_Table > thead > tr > th:nth-child(2),
#GestionePdC .List_Table > thead > tr > th:nth-child(3),
#GestionePdC .List_Table > thead > tr > th:nth-child(4),
#GestionePdC .List_Table > thead > tr > th:nth-child(5) {
    text-align: center;
}

#GestionePdC .List_Table > tbody > tr > td:nth-child(2),
#GestionePdC .List_Table > tbody > tr > td:nth-child(3),
#GestionePdC .List_Table > tbody > tr > td:nth-child(4),
#GestionePdC .List_Table > tbody > tr > td:nth-child(5) {
    font-weight: bold;
    color: #313534;
    width: 90px;
    text-align: center;
}

#GestionePdC .List_Table > tbody > tr > td:nth-child(6) {
    font-weight: bold;
}
