/* Style for PCs */
@media screen and (min-width: 1025px) {
  table.ts_v {
    width: 100% !important;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table.ts_v {
    width: 100% !important;
  }
}
/* Style for iPad */
@media screen and (min-width: 481px) and (max-width: 768px) {
  table.ts_v {
    width: 100% !important;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 480px) {
  table.ts_v {
    width: 100% !important;
  }
}