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


.eba-table{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.eba-table th{
	background-color: rgb(102, 102, 153);
	color: white;
	text-align:left;
	font-weight: normal;
}

.eba-table .section1{
	background-color: #dbeef3;
	color: inherit;
	text-align:left;
}

.eba-table .section2{
	background-color: #e5e0ec;
	color: inherit;
	text-align:left;
}

.eba-table .section3{
	background-color: rgb(215,215,215);
	color: inherit;
	text-align:left;
}
.fees-table tr > td:nth-child(n+3){
	text-align: right;
	padding-right: 1em;
}