table {
  border-collapse: collapse;
  background: #FFFFFF;
  color: #000;
  width: 100% !important;
  height: auto !important;
  margin:55px 0px;
}
table:first-child {
  margin-top: 0;
}
table:last-child {
  margin-bottom: 0;
}
table tr:nth-child(odd) td {
  background: #F6F6F6;
}
table th {
  background: #82858B;
  text-align: left;
  font-weight: bold;
  color: #fff;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: auto !important;
  height: auto !important;
}
table td {
  padding: 25px 25px 25px 25px;
  vertical-align: top;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 991px) {
  table {
    margin:30px 0px;
  }
  table:first-child {
    margin-top: 0;
  }
  table:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  table td,
  table th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
