.search-result-item {
    font-size:large;
}

.search-result-item product-name {
    font-size: large;
}

#cctable td:nth-of-type(8), #cctable td:nth-of-type(9), #cctable td:nth-of-type(10), #cctable td:nth-of-type(11), #cctable td:nth-of-type(12), #cctable td:nth-of-type(13), #cctable td:nth-of-type(14), #cctable td:nth-of-type(15), #cctable td:nth-of-type(16), #cctable td:nth-of-type(17), #cctable td:nth-of-type(18), #cctable td:nth-of-type(19), #cctable td:nth-of-type(20) {
  display: table-cell;
}

#cctable td:nth-of-type(21) {
    display: none;
}

#cctable th:nth-of-type(8), #cctable th:nth-of-type(9), #cctable th:nth-of-type(10), #cctable th:nth-of-type(11), #cctable th:nth-of-type(12), #cctable th:nth-of-type(13), #cctable th:nth-of-type(14), #cctable th:nth-of-type(15), #cctable th:nth-of-type(16), #cctable th:nth-of-type(17), #cctable th:nth-of-type(18), #cctable th:nth-of-type(19), #cctable th:nth-of-type(20) {
  display: table-cell;
}

#cctable th:nth-of-type(21) {
    display: none;
}