table {
  border-collapse: collapse;
  width: 100%;
}

th {
  background-color: #A41F35;
  color: #FEF1B5;
  border: 1px solid #A41F35;
  border-right: 1px solid #FEF1B5;
  padding: 3px;
  font-weight: normal;
  display: none;
}

th:first-child {
  display: table-cell;
}

th:last-child {
  border-right: 1px solid #A41F35;
}

.mobScreen {
  display: table-cell;
}

td {
  border: 1px solid #A41F35;
  padding: 5px;
  display: block;
}

td:first-child {
  display: table-cell;
}

td:last-child {
  text-align: center;
}

@media (min-width: 600px) {
  .mobScreen {
    display: none;
  }
  .lgeScreen {
    display: table-cell;
  }
  td {
    display: table-cell;
  }
}
