@charset "UTF-8";
/* CSS Document */

table{
	
	width: 100%;
	font-size: 0.9em;
	}
	
	
table tr td{
height: 35px;
background: #c6c6c6;
padding: 2px 0 0 0;
border-bottom: 2px solid #e9e9e9;

}

table tr{
	}

table tr td:first-child{
color: #017bc4;
padding-left:10px;
	
	}
table tr td:last-child{
	
	text-align:right;
	padding-right:5px;
}
