#Table1 {
 min-width:320px;
 max-width:544px;
}

@media (max-width:544px) {
 #Table1 {
  margin-right:8px;
 }
}