#currencies-block-top {
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  #currencies-block-top {
    margin: 0;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  border-right: 1px solid #eeeeee;
  cursor: pointer;
  line-height: 26px;
  padding: 6px 20px 6px 0;
  color: white;
}
#currencies-block-top div.current .cur-label {
  display: none;
}
#currencies-block-top div.current strong {
  color: #404040;
  font-weight: normal;
}
#currencies-block-top div.current.active strong {
  color: #195594;
}
#currencies-block-top div.current.active:after {
  content: "\f106";
  color: #195594;
}
#currencies-block-top div.current:hover strong {
  color: #195594;
}
#currencies-block-top div.current:hover:after {
  color: #195594;
}
#currencies-block-top div.current:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 18px;
  color: #404040;
  vertical-align: 0;
  padding-left: 2px;
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 38px;
  left: auto;
  padding: 8px 15px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  width: 150px;
  z-index: 2;
  right: 0;
}
@media (max-width: 767px) {
  #currencies-block-top ul {
    top: 36px;
  }
}
@media (max-width: 480px) {
  #currencies-block-top ul {
    top: 34px;
  }
}
#currencies-block-top ul li {
  color: white;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  line-height: 24px;
  display: block;
  color: #666666;
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  color: #195594;
}
