.block-user-info {float:right; border-right: 1px solid #eeeeee; border-left: 1px solid #eeeeee;    margin: 13px 0px 5px;}
.block-user-info a {color:#888888;}
.block-user-info a:hover {color:#000000;}
.header_user_info {
  margin: 18px 1px 10px;
  float: right; }
  .header_user_info a {
    border-radius: 3px;
    color: #F98695;
    cursor: pointer;
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding: 7px 14px 9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.block-user-info .icon-user:before {
    content: "\f2c0";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #888888;
}

    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #fff; }
  .header_user_info + .header_user_info {
    border-right: none; }
  @media (max-width: 479px) {
    .header_user_info {
      width: 45%;
      float: none;
      display: inline-block; } }

.user_info {
  margin: 3px 0 3px 0;
  text-align: right; 
    margin: 0px 15px;}
  .user_info li {
    display: inline-block;
    min-width: 70px;
    text-align: center; }
    .user_info li.deco {
      min-width:30px;
    }
    .user_info li a {
      text-decoration: none; }
      .user_info li a:hover {
        text-decoration: underline; }
        .user_info li a:hover .icon-user:before {
       color:#000000; }
