.header_user_info { 
  text-align: right; min-height: 48px;     padding: 8px 4px 0 0;
}
 }
 .header_user_info a {
    color: #666;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    line-height: 18px;
     }
 @media (max-width: 479px) {
   .header_user_info a { font-size: 11px; } 
 }
 .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; color:#feed00; 
  }

  .pros a {
    background-color: #000;
    color:#feed00;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    line-height: 18px;
     }
     .pros a:hover {
    background-color: #666;
    color:#feed00;

     }
