img.desktop { display: block; }
img.mobile { display: none; }
#egPrinterList {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
#egPrinterList table
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 11px;
  background: #fff;
  border-collapse: collapse;
  text-align: left;
        width: 100%;
        margin: 1em 0;
}
#egPrinterList table th
{
  font-size: 14px;
  font-weight: normal;
  color: #666;
  padding: 10px 8px;
  border-bottom: 2px solid #666;
}
#egPrinterList table tr
{
  border-bottom: 1px solid #666;
}
#egPrinterList table td
{
  color: #666;
  padding: 6px 8px;
}
#egPrinterList table tbody tr:hover td
{
  color: #666;
}
#egPrinterList #bannerImage 
{
    overflow: hidden;
}
#egPrinterList h1 
{
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
    padding: 1rem;
}

  @media
  only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {
    img.desktop { display: none; }
    img.mobile { display: block; width: 100%; }
    #egPrinterList h1 
    {
      padding: 0 1rem;
      margin: 0;
      text-align: left;
    }
    div.ctnPresenceHold {
      padding: 0 0 1rem 1rem;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }

    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;
    }

  }

  /* Smartphones (portrait and landscape) ----------- */
  @media only screen
  and (min-device-width : 320px)
  and (max-device-width : 480px) {
    body {
      padding: 0;
      margin: 0;
      width: 320px; }
    }

  /* iPads (portrait and landscape) ----------- */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
      width: 495px;
    }
  }