.header_user_info a {
	display: block;
	padding: 8px 10px 10px 10px;
	cursor: pointer;
	line-height: 18px;
}

@media ( max-width : 767.98px) {
	.header_user_info a {
		line-height: 14px;
		font-size: 11px;
	}
}

.header_user_info a:hover, .header_user_info a.active {
	background: #4d5959;
	color: #fff;
}

/*# sourceMappingURL=blockuserinfo.css.map */