.itemTable table {
    width: 100%;
    border: none;
}

.itemTable table tr {
    display: none;
    border: none;
}

.itemTable table td {
    padding: 2px;
    border: none;
}

.itemTable table tr:nth-child(1) {
    display: table-row;
}

.itemTable table tr:nth-child(2) {
    display: table-row;
}

.itemTable table tr:nth-child(3) {
    display: table-row;
}

.itemTable table tr:nth-child(4) {
    display: table-row;
}