table, td, th {  
  border: 1px solid black;
  text-align: left;
}

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

th {
  background-color: #C5C6D0;
  height: 25px;
  text-align: center;
}

td {
  text-align: left;
  padding: 20px;
}

body { background-color: #f0f0f0; }
table { background-color: #ffffff; }
caption { padding: 8px
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mytext {
	width: 800px;
}