
.exchange-rate table{
	min-width: 768px;
}
.exchange-rate,
.exchange-rate a{
	color: #fff!important;
}
.exchange-rate p > a{
	color: #EF8E19!important;
	font-weight: 500;
}
.exchange-rate table th,
.exchange-rate table td{
    text-align: left;
	font-size: 14px;
}
.exchange-rate table td{
	font-weight: 400;
}
.exchange-rate table td,
.exchange-rate table th{
	outline: none!important;
	border: none!important;
}
.exchange-rate tr:nth-child(even) {
	border-top: 1px solid #333; 
	border-bottom: 1px solid #333; 
}
.exchange-rate .exchange-rate__country{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 100%;
}
@media screen and (max-width: 767px){
	.exchange-rate {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}    
}
