
/* Hide columns 4 and 5 in the calculator table without touching JS or math */
#cmm-table thead th:nth-child(4),
#cmm-table tbody td:nth-child(4),
#cmm-table thead th:nth-child(5),
#cmm-table tbody td:nth-child(5) {
  display: none !important;
}
