#currencies-block-top {
  float: left;
  position: relative;
  margin: 12px 0;
  padding-right: 13px;
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  color: whitesmoke;
  cursor: pointer;
  text-transform: uppercase;
}
#currencies-block-top div.current > strong {
  font-weight: normal;
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
  color: gray;
}
#currencies-block-top div.current:hover > strong, #currencies-block-top div.current.active > strong {
  color: gray;
}
#currencies-block-top div.current:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 21px;
  vertical-align: 0px;
  padding-left: 5px;
}
#currencies-block-top div.current .cur-label {
  display: none;
}
@media (max-width: 767px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top div.current.active:after {
  content: "\f106";
  font-family: "FontAwesome";
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 38px;
  padding: 3px 0;
  left: 0px;
  width: 160px;
  background: #ffffff;
  z-index: 20;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  font-size: 13px;
}
@media (max-width: 480px) {
  #currencies-block-top ul {
    width: 130px;
  }
}
#currencies-block-top ul li {
  line-height: 25px;
  padding: 1px 0;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px;
  display: block;
  color: black;
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  color: gray;
}
