/*table {
	table-layout: fixed;
}*/

table tbody td {
	width: 5rem;
	background-color: pink;
}

table thead {
	text-align: center;
	vertical-align: middle;
}

table tbody th,
table tfoot th {
	width: 50%;
	background-color: #f0f0f0 !important;
}
