html, body {
	margin:0px;
	padding: 0px;
	text-align: center;
	color: #000;
}
.fees-wrapper { 
	max-width: 630px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}
a {
    color: #2754B4;
}
a:visited {
    color: #2754B4;
}
a:hover {
    color: #0051FF;
}
.fees-title {
    font: bold 12px tahoma,arial;
    text-align:left;
    color: #111111;
    background-color:#DEE2EB;
    padding: 4px;
    margin-top: 30px;
}
.fees-sub {
    font: 12px tahoma,arial;
    color: #111111;
    background-color:#f1f1f1;
    padding: 4px;
}
.fees-subB {
    font: 11px tahoma,arial;
    padding-top: 5px;
}		
.fees-itema {
    font: 12px tahoma,arial;
    color: #111111;
    float: left;
    width: 50%;
    padding: 4px;
}
.fees-itemb {
    font: 12px tahoma,arial;
    color: #111111;
    padding: 4px;
    text-align: right;
}
.fees-itemrow {
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}
.fees-itemnote {
    /* background-color:#fff; */
}		
.fees-top {
    font: bold 18px arial;
    color: #3E5481;
}
div.fees-top {
    margin: 10px 5px;
}
.fees-sub-top {
    font: bold 18px arial;
    color: #000000;
}
.fees-general {
    margin: 10px 5px;
    font: 12px tahoma,arial;
    color: #111111;		   
}
.notice {
    margin: 10px;
    font: bold 12px tahoma,arial;
    color: #cc0000;		   
}
.italic {
    font-style:italic;
}		
.fees-withSubB {
	border-bottom: none;
	padding-bottom: 0px;
}
.fees-subTop {
    color: #000000;
    font: bold 18px arial;
    margin: 10px 0;
}
.fees-currency {
    font: 14px arial;
}
.fees-header {
	background: #DEE2EB;
	color:#000;
	padding: 5px;
	margin-top: 30px;
}
.fees-sub-header {
	color:#000;
	margin-top:20px;
	padding: 5px;
}
.fees-country {
	margin-top: 35px;
}
.fees-select {
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
}
#fees-footer {
	padding-bottom: 10px;
}
.fees-table {
    width: 100%;
    font: 12px tahoma,arial;
    border-collapse: collapse;
    margin-top: 30px;
}
.fees-table th {
    background-color: #DEE2EB;
    font-weight: bold;
}
.fees-table th, .fees-table td {
    padding: 5px 10px;
    vertical-align: top;
}
.fees-table th.name-col, .fees-table td.name-col {
    padding-left: 5px;
}
.fees-table th.notes-col, .fees-table td.notes-col {
    padding-right: 5px;
}
.name-col, .notes-col {
    text-align: left;
}
.fees-table td {
    border-bottom: 1px solid #ccc;    
}
.user-fee-col, .query-fee-col {
    text-align: right;
}
#basic-view .name-col, #basic-view .user-fee-col {
    width: 50%;
}
#basic-view .query-fee-col, #basic-view .notes-col {
    display: none;
}
#detailed-view {
    max-width: 1000px;
    min-width: 400px;
}
#detailed-view .name-col {
    width: 26%;
}
#detailed-view .notes-col {
    width: 34%;
}
#detailed-view .user-fee-col, #detailed-view .query-fee-col {
    width: 20%;
}
#detailed-view td.exch-separator {
    border-bottom: 1px solid #666;
}
