#currencies-block-top {
  float: right;
  /* border-left: 1px solid #515151; */
  position: relative;
  }
  @media (max-width: 479px) {
    #currencies-block-top {
      /* width: 25%; */
      } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    /* font-weight: normal; */
    font-size: 15px;
    padding: 6px 7px;
    color: #848484;
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    line-height: 12px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0px 3px;
    border-radius: 50%;
    border-style: dashed;
    border: 1px;
    border-style: solid;
    border-color: lightgrey;
    }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        /* text-align: center; */
        padding: 7px;
        /* font-size: 11px; */
        } }
    #currencies-block-top div.current strong {
      /* color: #777777; */
      }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      /* background-color: #4e4e4e; */
      /* border-color: white; */
      /* text-decoration: underline; */
      }
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 18px;
      line-height: 18px;
      color: #686666;
      vertical-align: -2px;
      padding-left: 12px;
      display: none;
      }
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    /* width: 157px; */
    /* background: white; */
    z-index: 2;
    border-radius: 5px;
    border: 1px solid lightgrey;
    background: rgba(249, 249, 249, 0.7);
    }
    #currencies-block-top ul li {
      /* color: white; */
      line-height: 35px;
      font-size: 13px;
      }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 12px 0 12px;
        display: block;
        /* color: white; */
        text-decoration: none;
        color: #676767;
        }
        #currencies-block-top ul li a:hover {
        /* color: #008dca; */
        text-decoration: underline;
        }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        /* background: #c5c5c5; */
        /* font-weight: bold; */
        /* text-decoration: underline; */
        /* color: red; */
        }
