table {
	table-layout: fixed;
	text-align: right;
}
td, th {
	width: calc(100%/10);
	padding: 10px;
}
th {
	border: 2px solid;
}
td {
	border: 1px solid;
	font-size: 20px;
}
