.blz_currencies table {
	width: 100%;
}
.blz_currencies table td, .blz_currencies table th {
	text-align: center;
}
.blz_currencies table td {
    padding: 2px 0;
}
.blz_currencies table tr:nth-child(2n) td {
	background: rgba(255, 255, 255, 0.3);
}
.blz_currencies table td:nth-child(2){
    font-size: 0.8em;
    line-height: 0.9em;
}
.blz_currencies table .img-responsive {
	margin-left: auto;
	margin-right: auto;
}
.blz_currencies.blz_currencies_maquee {
	width: 100%;
	overflow: hidden;
}
.blz_currencies .currenciesMarquee {
  width: 1200px;
  max-width: 100%;
  background: #ccc;
}
.blz_currencies .currenciesMarquee .currencyGroup {
    margin-right: 30px;
}
.blz_currencies_maquee {
    margin-bottom: 20px;
}
.blz_currencies_maquee .currenciesMarquee-wrapper {
	overflow: hidden;
	cursor: move;
}