
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  /* tables with hidden first rows */
  tr.inv {
    position: static!important;
    height: 0 !important;
    border-top: none!important;
  }
  /* tables with hidden first rows */
  tr.inv th {
    font-size: 0px;
    border: none;
  }

  /* tables with broken td length */
  .contacts-unit table.contacts {
    border-collapse: collapse;
  }
  /* tables with broken td length */
  .contacts-unit table.contacts tr {
    border-top: 1px solid #e1e1e1;
  }
  /* tables with broken td length */
  .contacts-unit table.contacts td {
    border: none;
  }

}