/*table.tabled__table {
	border:solid 1px red;
}
.tabled .tablesaw-stack tbody tr:first-child {
	background: lime !important;
} 

@media (max-width: 39.9375em) {
    .tablesaw-stack tbody tr > :first-child {
      border-bottom: 3px solid #f00 !important;
    }
}*/


@media screen {
  @media (max-width: 39.9375em) {
    .text-content table td {
      display: block;
      width: 100%;
      border-block-end:none !important;
    }
  }
}
@media (max-width:640px) {
		.tabled .tabled__wrapper .tablesaw-stack th, .tabled .tabled__wrapper .tablesaw-stack td {
  		padding-left: .6rem;
  }
}
@media (max-width:640px) {
		.tabled .tabled__wrapper .tablesaw-stack th {
  		white-space: nowrap;
  		background: lime !important;
  }
}
table.tabled__table .tabled__column--large {
  max-width: 350px;
  text-wrap: balance;
}

/*h1.page-title {
	color:red !important;
}*/
