#content tr th,
#content tr td {
  padding: 16px;
}
#content tr th,
#content thead th {
  color: #000;
  font-size: 16px;
  line-height: normal;
  background: #e8e8e8;
  box-sizing: border-box;
}
.table-default {
		width: 100%;
}
.table-default caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-default td,
.table-default th {
border: 1px solid #ccc;
}
.table-default th {
background: #e8e8e8;
color: #000; }
.table-default td {
background: #fff;
}
@media (max-width: 800px) {
	#content th {
		display:block;
		/* width:100%; */
		text-align: center;
	}
	#content td {
		display:block;
		/* width:100%; */
	}
	#content td.even {
		display:flex;
	}
	textarea {
		width:100%;
	}
}
