
.sick-calculator-table.wide {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

@media (min-width: 787px) {

  .sick-calculator-table.wide {
    max-width: 140%;
    margin-left: -20%;
    width: 140%;
  }
}

.sick-calculator-table tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.sick-calculator-table table tr td:last-child {
  font-weight: bold;
}

.sick-calculator-table table td input {
  border: none;
  border-bottom: 2px solid #007CC1;
}

@media (max-width: 787px) {

  .sick-calculator-table table,
  .sick-calculator-table table thead,
  .sick-calculator-table table tbody {
    display: block;
  }

  .sick-calculator-table table th,
  .sick-calculator-table table tr,
  .sick-calculator-table table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
