table {
	width: 600px;
	table-layout: fixed;
}

td,th {
	white-space: nowrap;
	overflow: hidden;
}

th {
	white-space: pre;
}

