.exchange-rates {
	font-size: 13px;
}

.exchange-rates table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 0;

}

.exchange-rates .central-bank td {
	text-align: center;
	padding: 5px;
}

.exchange-rates .central-bank .bank-name {
	text-align: left;
	padding-left: 5px;
}

.exchange-rates  .central-bank th {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	background-color: #F2F2F2;
	border-top: 1px solid #D9D9D9;
}

.exchange-rates  .central-bank tr td, .exchange-rates  .central-bank tr th {
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.exchange-rates  .central-bank tr td:first-child, .exchange-rates  .central-bank tr th:first-child {
	border-left: 1px solid #D9D9D9;
}

.exchange-rates  .central-bank tr:first-child th:first-child {
	-webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

.exchange-rates  .central-bank tr:first-child th:last-child {
	-webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.exchange-rates  .central-bank tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.exchange-rates  .central-bank tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.exchange-rates .central-bank td {
	border-bottom: none;
}

.exchange-rates .central-bank tr:last-child td {
	border-bottom: 1px solid #D9D9D9;
}

.exchange-rates h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.exchange-rates h1.second-title {
	margin-top: 40px;
}

.exchange-rates .details-title {
	display: block;
	margin-top: 10px;
	color: #E47129;
}

.exchange-rates .current-course {
	color: #E47129;
}

.exchange-rates .best-course {
	color: #E47129;
}

.exchange-rates .separator {
	display: inline-block;
	font-size: 10px;
	height: 17px;
	vertical-align: middle;
}

.exchange-rates .grey{
	color: #555;
	vertical-align: middle;
}

.exchange-rates .all-banks td {
	padding-bottom: 10px;
}