@media (max-width: 900px){
  .table-wrapper{ width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .table-wrapper > table{ min-width: 640px; }
  input, select, textarea { max-width: 100%; }
}
