.header_user_info {
  float: left; }
  .header_user_info a {
    color: #333333;
    display: block;
    padding: 8px 9px 8px 0px;
    cursor: pointer;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: none; }
