
@media only screen and (max-width: 1700px) {

     .table-main .main-text {
          margin-left: 10%;
          width: 80%;
      }    
    
	.table-main .footer {
    
	    font-family: Verdana;
	    margin-top: 25px;
	    text-align: center;
	    margin-bottom: 70%;    
    
	}
    
}

@media only screen and (max-width: 1110px) {
    
     .table-main .main-text {
          margin-left: 5%;
          width: 90%;
      }    

     .table-main .footer {
          display: none;
      }

     .table-main .footer2 {
          font-family: Verdana;
          margin-top: 25px;
          text-align: center;
          line-height: 175%;
          margin-bottom: 70%;
          display: block;
      }    
    
}

@media only screen and (max-width: 825px) {

      body {
	    overflow-x: visible;
      }

     .table-main .left-nav table {
          margin-bottom: 160px;
      }

     .table-main .main-text {
          margin-left: 2%;
          width: 96%;
      } 
      
     .table-main .footer {
          display: none;
      }

     .table-main .footer2 {
          font-family: Verdana;
          margin-top: 25px;
          text-align: center;
          line-height: 175%;
          margin-bottom: 70%;
          display: block;
      }    

}

@media only screen and (max-width: 750px) {

      body {
	    overflow-x: visible;
      }
      
     .table-main .left-nav table {
          margin-bottom: 250px;
      }

     .table-main .main-text {
          margin-left: 2%;
          width: 96%;
      }    

     .table-main .footer {
          display: none;
      }

     .table-main .footer2 {
          font-family: Verdana;
          margin-top: 25px;
          text-align: center;
          line-height: 175%;
          margin-bottom: 70%;
          display: block;
      }    
    
}

