/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 06 August 2023 13:03:50
*/


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like a tables anymore */
    table, thead, tbody, th, td, tr { 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
    }
    
    tr {
    border: 1px solid #ccc;
  }
    
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 0%; 
    }

  /* make a table image scale to take up the full cell */
  td img {
      width:100%;
      height:auto;
  }

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