@media screen and (max-width: 800px) {
  table {
	border-collapse: collapse;
	width: 100%;
  }
  th,
  td {
	display: block;
	width: 100%;
  }
  th {
	text-align: left;
  }
}
