/* Start custom CSS for html, class: .elementor-element-273b072 */@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .s9res,
  .s9res thead,
  .s9res tbody,
  .s9res th,
  .s9res td,
  .s9res tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .s9res thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

 .s9res tr {
    border: 1px solid #ccc;
  }

  .s9res td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 54%;
  }

  .s9res td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 15px;
    left: 15px;
    width: 100%;
    padding-right: 15px;
    white-space: nowrap;
  }


  .contacts td:nth-of-type(1):before {
    content: "Member";
  }
  .contacts td:nth-of-type(2):before {
    content: "Responsibilty / Email";
  }
}/* End custom CSS */