.table-style {
	width: 100%;
}

.table-style td {
	padding: 3px 7px 4px 7px;
	border-top: 1px solid #d9e3ec;
	background: #fff;
}

.table-style th {
	padding: 8px 7px 8px 7px;
	background: #1f3141;
	color: #fff;
	font-weight: 500;
	font-size: .89em;
}

.table-style tr.row-odd {
	
}

.currency-code {
	font-weight: 900;
}

.currency-name {
	font-weight: 300;
	font-size: .88em;
	color: #728ca4;
	display: block;
}

.widget-area-rates-list {
	background: #ededed;

}

.widget-area-rates-list.margin-inner {
	padding: 10px;
}

.widget-area-rates-list h1 {
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	padding: 10px 6px 0px 6px;
	margin: 8px 0px;
	display: block;
	text-transform: uppercase;

}

.widget-area-rates-list h1 b {
	font-weight: 900;	
	font-size: 1.1em;
}

.widget-area-rates-list .date-header {
	text-align: center;
	margin-bottom: 15px;

}

.widget-area-rates-list .date-header .date-header-inner {
	padding: 4px 7px 5px 7px;
	font-weight: 500;
	display: inline-block;
	font-size: .92em;

	border-radius: 2px;
	line-height: 1.6em;
	background-color: #fff;
}

.widget-area-rates-list .date-header .date-header-inner .mi {
	margin-right: 4px;
	font-size: 1.1em;
	margin-top: -1px;
}

.widget-area-rates-list .rate-value-cell {
	text-align: right;
	font-size: 1.15em;
}

.widget-area-rates-list .rate-value {
	white-space: nowrap;

	font-weight: 100;
}

.widget-area-rates-list .rate-value b {
	font-weight: 900;
}

.widget-area-rates-list .rate-value .mi {

	font-size: 1.55em;
	margin-right: .6em;
	line-height: 1em !important;
}
