body {
	font-family: sans-serif;
	font-size: 14px;
}
table {
	border-collapse: collapse;
}

table, th, td {
	border: 1px solid black;
}

th, td {
	text-align: left;
	padding: 3px;
}

#resuts td:nth-child(3)  {
	white-space: nowrap;
}
