section {
	display: block;
	border-radius: 25px;
	border: 2px solid #0080FF;
	padding: 0px 20px 20px 20px;
}
mark {
	background-color: #6699FF;
	color: white;
}
table {
	width: 100%;
}
tbody {
}
thead {
}
th {
  background-color: #3366FF;
	color: white;
}
td {
  text-align: center;
}
tr:nth-child(even) {
  background-color: #F2F2F2;
}
ul {
  list-style-type: disc;
}
