#currencies-block-top {
  float: right;
  position: relative;margin: 8px 0 8px 100px; }
  @media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    padding: 2px 8px 3px 8px;
    color: #757575;
    cursor: pointer;
    line-height: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #currencies-block-top div.current strong {
      color: #777777;font-weight:normal;margin-left: 6px;}
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
    }
    #currencies-block-top div.current:after {
      content: "\f078";
      font-family: "FontAwesome";
      font-size: 7px;
      line-height: 18px;
      color: #757575;
      vertical-align:2px;
      padding-left: 3px;}
      @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: 25px;
    left: 0;
    width: 176px;
    background: #fff;
    z-index: 2; 
    padding: 0 5px 5px 5px;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.15);
  }

    #currencies-block-top ul li {
      color: white;
      line-height: 28px;
      font-size: 13px; 
      padding: 0 0 0 6px;
      margin: 5px 0 0 0;
      border-radius: 3px;
    transition: background 200ms ease-in-out 0s;}
      #currencies-block-top ul li a{display: block; color: #757575;transition: none;}
