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