tr td:nth-child(2n) {
  background-color: #f5f5f5;
}

table:nth-of-type(1) td,
table:nth-of-type(1) th {
}
table:nth-of-type(-2n) tr td:first-of-type:not(.heading-text) {
  background-color: #f5f5f5;
}

table {
  display: block;
      width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    width: 100% !important;
}

td,
th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 16px 16px 15px;
}
tr{
	border-bottom: 1px solid #ccc;
}
@media (max-width: 1200px) {
 table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    max-width:100%;
    overflow-x: scroll;
  }
}
