.tablestyle th {
  width:23%;
}
@media screen and (max-width: 740px){
.tablestyle th {
  width: auto;
}
}