.header_user_info {
  float: right; }
  .header_user_info a {
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 21px;
    font-size: 13px;
    font-family: "Roboto", Helvetica, sans-serif;
    letter-spacing: 0.025em;
    text-decoration: none; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:before {
      font-size: 19px;
      color: white;
      padding-right: 10px;
      vertical-align: bottom; }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
  .header_user_info .login:before {
    content: "\e90b";
    font-family: "icodentalprive" !important; }
  .header_user_info .logout:before {
    font-family: "FontAwesome";
    content: "\f08b"; }

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