table tr td {
	word-break: break-all;
	word-wrap: break-word;
}

table tr th:nth-child(1) {
	width: 22%;
}
table tr th:nth-child(2) {
	width: 34%;
}
table tr th:nth-child(3) {
	width: 44%;
}
