.table5 {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	width: 100%;
	color: black;
}

.table5 thead td{
	background-color: #0055b3;
	color: white;
	white-space: nowrap;
}

.table5 td {
	border: 1px solid #0055b3;
	padding: 5px;
}

.table5 td{
	text-align: center;
}

.table5 td:nth-child(1){
	text-align: right;
}


.table5 tr:hover {
	background: #e9e9e9;
}