.header_user_info {
  float: right;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }
 @media (max-width: 479px) {
    .header_user_info {
      width: 33%; } }
  
  .header_user_info a {
    color: #ed5d52;
    font-weight: bold;
    display: block;
    padding: 10px 9px 10px 8px;
    cursor: pointer;
    line-height: 19px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      color: #888; }
