.header_user_info {
    float: right;
}

@media (max-width: 992px) {
    .welcome_text {
        display: none;
    }
}

/*# sourceMappingURL=blockuserinfo.css.map */
.welcome_text {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 99;
}

.welcome_text > a:hover {
    color: #B9D543;
}

.welcome_text > a {
    color: #444;
    font-weight: bold;
}