
.tableClassificaHP {
    background-color: var(--light-grey);
	table-layout: fixed;
	width: 100%;
}

.tableClassificaHP th,
.tableClassificaHP td {
    font-weight: normal;
    padding: 5px;
    white-space: nowrap;
}




.tableClassificaHP thead,
.tableClassificaHP tbody,
.tableClassificaHP tr,
.tableClassificaHP td {
    width: 100% !important;
}

.tableClassificaHP thead th {
    border-bottom: 2px solid var(--gray-7) !important;
}

.tableClassificaHP th:first-child,
.tableClassificaHP td:first-child {
    width: 20px !important;
}


.tableClassificaHP th:nth-child(2),
.tableClassificaHP td:nth-child(2) {
    width: calc(100% - 53px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tableClassificaHP th:nth-child(3),
.tableClassificaHP td:nth-child(3) {
    width: 33px !important;
}


.tableClassificaHP td:first-child img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}