/*evaluation.css - Styling for evaluation at the bottom of the screen*/
table.evaluation {
	color: #46474a;
	width: 100%;
	letter-spacing: -1px;
}

table.evaluation tr {
	border-bottom: 0px solid black;
}

table.evaluation tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

table.evaluation tr:nth-last-child(2) { 
	border-bottom: 1px solid black;
	height: 30px;
}

table.evaluation tr:last-child { 
	font-weight: bold;
	border-bottom: 0px solid black;
}

table.evaluation td:nth-child(1) {
	min-width: 200px;
	width: 90%;	
}

table.evaluation td:nth-child(1) div {
	width: 100px;
	height: 100%;
	display: inline-block;
}

table.evaluation td:nth-child(2) {
	text-align: right;
}
