.instructions-dashboard-page {
  padding-bottom: 50px;
}
.instructions-dashboard-page .filter li {
  vertical-align: middle;
}
.instructions-dashboard-page .filter li.action {
  vertical-align: middle;
  margin-bottom: -12px;
}
.instructions-dashboard-page .instructions-table th,
.instructions-dashboard-page .instructions-table td {
  vertical-align: top;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .instructions-dashboard-page table,
  .instructions-dashboard-page thead,
  .instructions-dashboard-page tbody,
  .instructions-dashboard-page th,
  .instructions-dashboard-page td,
  .instructions-dashboard-page tr {
    display: block;
  }
  .instructions-dashboard-page thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .instructions-dashboard-page tr {
    border: 1px solid #cccccc;
  }
  .instructions-dashboard-page td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 40%;
  }
  .instructions-dashboard-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;
  }
  .instructions-dashboard-page .instructions td:nth-of-type(1):before {
    content: "Vessel";
  }
  .instructions-dashboard-page .instructions td:nth-of-type(2):before {
    content: "ETL/ATL";
  }
  .instructions-dashboard-page .instructions td:nth-of-type(3):before {
    content: "Affected Vessels";
  }
  .instructions-dashboard-page .instructions td:nth-of-type(4):before {
    content: "Current State";
  }
  .instructions-dashboard-page .instructions td:nth-of-type(5):before {
    content: "Organisation";
  }
  .instructions-dashboard-page .instructions td:nth-of-type(6):before {
    content: "Last Action";
  }
  .instructions-dashboard-page .instructions td:nth-of-type(7):before {
    content: "Actions";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(1):before {
    content: "Source Vessel";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(2):before {
    content: "Stem ETA";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(3):before {
    content: "ETL/ATL";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(4):before {
    content: "Export Coal";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(5):before {
    content: "Affected Vessels";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(6):before {
    content: "Submitted by";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(7):before {
    content: "Last Action";
  }
  .instructions-dashboard-page .active-instructions td:nth-of-type(8):before {
    content: "Actions";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(1):before {
    content: "State";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(2):before {
    content: "Vessel";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(3):before {
    content: "Stem ETA";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(4):before {
    content: "ETL/ATL";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(5):before {
    content: "Export Coal";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(6):before {
    content: "Affected Vessels";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(7):before {
    content: "Submitted by";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(8):before {
    content: "Last Action";
  }
  .instructions-dashboard-page .archived-instructions td:nth-of-type(9):before {
    content: "Actions";
  }
  .instructions-dashboard-page .action {
    display: block !important;
  }
}
