.header_user_info {
    position: relative;
    float: left;
    padding-top: 35px;
   /* padding-right: 61px;
 /*  border-left: 1px solid #515151;
  border-right: 1px solid #515151; */ }
.header_user_info a {
  /*  color: #fff;
     background-color: #f39000; */
     border: 1px solid #bbbbbb;
    color: #bbbbbb;
    background: #fff;
    border-radius: .5rem;
 
    display: block;
    padding: 0px 15px 0px 9px;
    cursor: pointer;
    line-height: 18px;
  
    border-radius: 6px;
    height: 36px;
    width: 125px;
    /* padding-left: 34px; */

    line-height: 36px;
    position: absolute;
    right: -173px;
	text-align:center ;
	font-size: 14px !important;
	text-decoration:none !important;
}





    @media (max-width: 479px) {
      .header_user_info a {
      
    font-size: 11px;
    position: relative;
    right: 0;
    top: -35px;
    margin-left: 15px;
	 } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #fff; }
#header .header_user_info > a:first-child:after {
   /* content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 3px 0 0 0; 
	color:#fff;  
	*/
	 background: url(ico-con.png) no-repeat;
	 content: "";
    float: left;
    display: inline-block;
    padding: 3px 0 0 0; 
	color:#fff;  
    height: 18px;
    width: 21px;
	margin-top: 7px;
	margin-right: 7p
	
	
	}
  #header .header_user_info> a:first-child:hover:after {
    background: url(ico-con.png) no-repeat;
	content: "";
    padding: 1px 0px 2px 0px;
	height: 18px;
    width: 21px; 
}

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

@media (max-width: 767px) {

.header_user_info {
  
    left: 48px !important;
}}