

.header_user_info {
  float: right;
  border-left: 1px solid #e9e9e9;
  /*border-right: 1px solid #515151;*/ }
  .header_user_info a {
    color: #fff;
    /*font-weight: bold;*/
    display: block;
    padding: 8px 9px 5px 8px;
    cursor: pointer;
    line-height: 18px;
	font: 600 14px/22px "Open Sans", sans-serif; }
	.header_user_info a:hover, .header_user_info a.active {
    color: #fff;
    /*font-weight: bold;*/
    display: block;
    padding: 8px 9px 5px 8px;
    cursor: pointer;
    line-height: 18px;
	font: 600 14px/22px "Open Sans", sans-serif; }
    @media (max-width: 479px) {
    .header_user_info a {
		 padding: 8px 4px 5px 4px;
        font-size: 11px; }
	.header_user_info a:hover, .header_user_info a.active {
    color: #fff;
	 padding: 8px 4px 5px 4px;
    /*font-weight: bold;*/
    display: block;
    cursor: pointer;
    font-size:11px; }
	}
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
