@media only screen and (max-width: 600px) {

 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11pt;
}
}

.title tr {
    border-color: inherit;
    border-style: hidden !important;
    border-width: 0;
}
