.header_user_info { display: inline-block; }
header.style_2 .header_user_info { float: right }
@media (max-width:991px) {
  header.style_2 .header_user_info { float: none; display: inline-block }
}
.header_user_info a { font: normal 13px "Lato", sans-serif; color: #000; display: inline-block; padding: 0px 4px 0px 0px; cursor: pointer; line-height: 18px; }
header.style_2 .header_user_info a { padding-right: 5px; color: #666; }
header.style_2 .header_user_info a:first-child { border: 0 }
header.style_2 .header_user_info a i { font-size: 12px; margin-right: 10px }
.header_user_info a:after { content: "/"; padding-left: 7px; }
.header_user_info a:last-child:after { display: none; }
@media (max-width:479px) {
  .header_user_info a { font-size: 11px; }
}
.header_user_info a:hover, .header_user_info a.active { color: #cccccc }

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