  .tableImg {
    width: 100%;
    border: none;
    border-collapse: collapse;
  }

  th, td {
    border: none;
    border-collapse: collapse;
  }

  .container {
    display: inline-block;
    position: relative;
    z-index: 1;
    top:-4px;
    width: 100%;
  }

 .pageBottom {
   border: none; 
   display: block; 
   width: 100%;
  }

 .download { 
    position: absolute;
    z-index: 2;
    width: 40%;
    top: 0px; 
    left: 30%;
  }


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }