 @media only screen and (max-width: 768px) {
    /* Force table to not be like tables anymore */
    #nav table,
    #nav thead,
    #nav tbody,
    #nav th,
    #nav td,
    #nav tr {

    display: block;
	
	clear:both;
    }
    #nav {clear:both;height:200px;
   border:1px solid #969696;
   }  
   #nav table table{margin-left:45px;}
    #nav table td {}
}

@media only screen and (max-width: 768px) {
    /* Force table to not be like tables anymore */
    .nomoretables table,
    .nomoretables thead,
    .nomoretables tbody,
    .nomoretables th,
    .nomoretables td,
    .nomoretables tr {

    display: block;
	
	clear:both;
    }
    
}
