.userinfoname {
	width:300px; 
}

.header_user_info {
  position: relative;
  float: left;
  flex-wrap: wrap;
  }
  .header_user_info a {
    color: #333333;
    font-weight: bold;
    display: block;
    cursor: pointer;font-size: medium;
    line-height: 18px; font-size: 15px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 18px; background:none; } }
    .header_user_info a:hover, .header_user_info a.active {
	  background: #333333; color:#fff;}
	  

        .header_user_info > a:first-child:before {
      content: "\f007";
      font-family: "FontAwesome";
      color:#e50c7e;
        }

	  /*HERE*/
	 	.header_user_info a#namedlogin {
	font-weight:normal;
	font-style:italic;
  font-size:11px;
	}
	@media (max-width: 479px) {
      .header_user_info a#namedlogin {
        font-size: 10px; } }
		/*HERE*/

.header_user_info_navtop {
	/*HERE*/
  float: right;
  /*HERE*/  
  }
  .header_user_info_navtop a {
	margin-left:5px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info_navtop a {
        font-size: 11px; } }
    .header_user_info_navtop a:hover, .header_user_info_navtop a.active {
	  background: #e50c7e;}


/*# sourceMappingURL=blockuserinfo.css.map */