.header_user_info {
  float: right;
	padding: 0px 10px;
  
  }
  .header_user_info a {
    color: white;
    font-weight: bold;
  	font-size:14px;
    display: block;
    cursor: pointer;
    }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
