.woocommerce-tabs table {
  width: 100%;
}
.woocommerce-tabs table td {

border-top: 1px solid #ddd;

	padding: 6px 6px;

	padding: 0.6rem 0.6rem;
  
  text-align: left;
      
}

@media only screen and (max-width: 800px) {
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2) {display: none;}
}

@media only screen and (max-width: 640px) {
  #unseen table td:nth-child(4),
  #unseen table th:nth-child(4),
  #unseen table td:nth-child(7),
  #unseen table th:nth-child(7),
  #unseen table td:nth-child(8),
  #unseen table th:nth-child(8){display: none;}
}

