.wrapper2 {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
}

.tablem2 {
  margin: 0 0 0 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}


.row2 {
  display: table-row;
  background: #f6f6f6;
}
.row2:nth-of-type(odd) {
  background: #e9e9e9;
}
.row2.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.row2.green {
  background: #27ae60;
}
.row2.blue {
  background: #2980b9;
}


.cell3 {
  padding: 12px 24px;
  display: table-cell;
  color: #c8c6c6;
text-align: center;
text-decoration: line-through;
}
.cell2 {
  padding: 12px 24px;
  display: table-cell;
}
.cell4 {
  padding: 12px 24px;
  display: table-cell;
text-align: center;
}
.merged {
  width:60%;
}



@media screen and (max-width: 800px) {
.wrapper2 {
  max-width: 600px;
  padding: 10px;
}
.cell3 {
  padding: 8px 12px;
  display: table-cell;
  color: #c8c6c6;
text-align: center;
text-decoration: line-through;
}
.cell2 {
  padding: 8px 12px;
  display: table-cell;
}
.cell4 {
  padding: 8px 12px;
  display: table-cell;
text-align: center;
}
}