.cur-label {margin-right: 2px;}
#currencies-block-top {
  float: left;
  position: relative; 
  margin-top: 4.5px;
  margin-right: 10px;
}
  @media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: 500 !important;
    padding: 5px 6px 6px 5px;
    color: #333;
    font-size: 12px;
    cursor: pointer; 
    border: 1px solid #e3e3e3;
    background: #fff;
   
    }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; 
        background: none;
        border: 0px;
} }
    #currencies-block-top div.current strong {
      color: #777777; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
        }
    #currencies-block-top div.current:after {
      content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 16px;
  color: #686666;
  vertical-align: -1px;
  padding-left: 3px;
  font-weight: normal;
  }
      @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: 27px;
    left: 0;
    width: 157px;
    background: #fff;
    z-index: 2;
    border: 1px solid #e9e9e9;
    border-top:0px;
    }
    
    #currencies-block-top ul li {
      color: #333;
      line-height: 35px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #333; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #eee; }
