
.contacttable table th{
  background-color: #e0301e !important;
}
.contacttable table td {
  padding: 7px 5px !important;
}

@media (max-width: 639px) {   
  .contacttable {
    overflow-x: auto;
    width: 100%;
  }
  .contacttable table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    word-wrap: break-word;
  }
  .contacttable th, td {
    padding: 8px;
    text-align: left;
    white-space: normal;
  }
  .contacttable table td {
    padding: 7px 5px !important;
  }
}