.currency-marquee{
  color: #fff;
  margin-top:1px;
  white-space: nowrap;
  overflow: hidden;
}
.currency{
  display:inline-block;
  background-color: rgba(156, 157, 160, 0.13);
  padding:3px;
  margin-right:2px;
  border: 1px solid rgba(218, 218, 224, 0.67);
  border-radius: 3px;
  width: 200px;
  text-align: center;
}
.currency:hover{
  background-color: rgba(191, 193, 199, 0.32);
  cursor:pointer;
}
.currency-name{
  color: #69c298;
}
.currency-price{
  color:#a79595;
}