.generic-instruction-page .remove-affected-contract {
  cursor: pointer;
}
.generic-instruction-page .details-comment {
  width: 900px;
  height: 90px;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .generic-instruction-page .display-label {
    display: block;
  }
  .generic-instruction-page table,
  .generic-instruction-page thead,
  .generic-instruction-page tbody,
  .generic-instruction-page th,
  .generic-instruction-page td,
  .generic-instruction-page tr {
    display: block;
  }
  .generic-instruction-page thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .generic-instruction-page tr {
    border: 1px solid #cccccc;
  }
  .generic-instruction-page td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
  }
  .generic-instruction-page td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(1):before {
    content: "No";
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(2):before {
    content: "Vessel Name";
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(3):before {
    content: "Terminal";
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(4):before {
    content: "ETA";
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(5):before {
    content: "ETL";
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(6):before {
    content: "Export Cargo";
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(7):before {
    content: "Customer Organisation";
  }
  .generic-instruction-page .affected-contracts td:nth-of-type(8):before {
    content: "Remove";
  }
  .generic-instruction-page .additional-contacts td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 20%;
  }
  .generic-instruction-page .additional-contacts td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .generic-instruction-page .additional-contacts td:nth-of-type(1):before {
    content: "Name";
  }
  .generic-instruction-page .additional-contacts td:nth-of-type(2):before {
    content: "Company";
  }
  .generic-instruction-page .additional-contacts td:nth-of-type(3):before {
    content: "Remove";
  }
  .generic-instruction-page .chzn-container-single {
    width: 95% !important;
  }
  .generic-instruction-page .chzn-drop {
    width: 90% !important;
  }
}
