.header_user_info {
  float: right;
  margin-right: 275px;
  border-left: 1px solid #515151;
padding-top: 9px;
height: 50px;
 }
  .header_user_info a {
    color: white;
    font-weight: bold;
    display: block;
    padding: 8px 10px 11px 10px;
    cursor: pointer;
    height: 50px; 
	}
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; 
      height:13px;
    }
