#currencies-block-top {
  float: right;
  position: relative; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    border-left: 1px solid #141414;
    border-right: 1px solid #141414;
    padding: 20px 25px;
    position: relative;
    display: block;
    color: white;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
    border-left: none; }
    #currencies-block-top div.current strong {
      font-weight: 400; }
    @media (max-width: 600px) {
      #currencies-block-top div.current {
        padding: 15px; } }
    #currencies-block-top div.current strong {
      color: #888888; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      background: #1b1b1b; }
    #currencies-block-top div.current:after {
      font-family: "FontAwesome";
      content: "\f107";
      display: inline-block;
      font-weight: normal;
      font-size: 16px;
      line-height: 18px;
      color: #888888;
      padding-left: 12px;
      font-weight: normal; }
      @media (max-width: 600px) {
        #currencies-block-top div.current:after {
          display: none; } }
    #currencies-block-top div.current.active:after {
      content: "\f106"; }
  #currencies-block-top ul {
    display: none;
    width: 170px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    overflow: hidden;
    background: #1b1b1b;
    border-radius: 0;
    color: #888888; }
    #currencies-block-top ul li {
      padding: 5px; }
    #currencies-block-top ul li.selected, #currencies-block-top ul li.selected a, #currencies-block-top ul li a:hover, #currencies-block-top ul li a:focus {
      color: white; }
