/* line 4, sass/page-1056.scss */
table.company,
table.staff {
  width: 100%;
}

/* line 9, sass/page-1056.scss */
#map-company {
  height: 450px;
}

@media all and (max-width: 640px) {
  /* line 17, sass/page-1056.scss */
  table.company th, table.company td,
  table.staff th,
  table.staff td {
    width: 100%;
    display: block;
  }
  /* line 22, sass/page-1056.scss */
  table.company th,
  table.staff th {
    background-color: #f9f9f9;
  }
  /* line 25, sass/page-1056.scss */
  table.company td,
  table.staff td {
    padding-left: 10px;
  }
  /* line 29, sass/page-1056.scss */
  table.company tr:nth-child(2n),
  table.staff tr:nth-child(2n) {
    background-color: inherit;
  }
}
