.ts-content table {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
  max-width: 830px;
}
.ts-content table{
  border: 0 !important;
}

 .ts-content table td p{
   margin: 0;
   padding: 0;
   width: auto;
 }
.ts-content table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em; }

.ts-content table tr {
  /* background-color: rgba(248, 248, 248, 0.38); */
  border: 1px solid #ddd;
  /* padding: .35em; */
}

.ts-content table th,
.ts-content table td {
  padding: .625em !important;
  text-align: center;

}

.ts-content table th,  {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;

}
.ts-content table tr:first-child > *{
  font-weight: 600 !important;
  text-transform: uppercase;
  background: rgba(234, 234, 234, 0.39);
}
.ts-content table td p {
  font-weight: 600;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .ts-content table tr:first-child{
    display: none;
  }
  .ts-content table {
    border: 0;
    display: flex; }
  .ts-content table caption {
    font-size: 1.3em; }
  .ts-content table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ts-content table tbody{
    width: 100%;
    border: 0;
    border-collapse: collapse;
  }
  .ts-content table tr {
    /* border-bottom: 1px solid lightgray; */
    display: block;
    margin-bottom: .625em;
  }

  .ts-content table td {
    border-bottom: 1px solid lightgray;
    display: block;
    font-size: .8em;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }


  .ts-content table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  .ts-content table td:last-child {
    border-bottom: 0;
  } }
