
table > thead > tr > th:nth-child(4),table > tbody > tr > td:nth-child(4){
	width : 40%
}
table > thead > tr > th {
	width : 10%
}
table > thead > tr > th:nth-child(4) {
	width : 50%
}
table > tbody > tr > td:nth-child(5) {
	color : #cc0000;
	font-size : 1.3em
}
table td{
	padding 
}
table a{
	font-size : 1.2em;
	line-height : 1.8em;
	color : rgb(3,114,53)
}
table a:hover{
	color : rgb(204,25,44);
}
table tr td:nth-child(4):hover{
	background : rgb(217,237,20)
}
