table td:nth-child(1){
	font-weight: bold;
	width: 10%;
}

table td:nth-child(2){
	width: 12%;
}

table td:nth-child(3){
	width: 12%;
}

table td:nth-child(4){
	width: 66%;
}