/* Only per User */

.btn-custom{
	width: 250px!important;
	margin-left: 15px!important;
	margin-right: 15px!important;
	background: transparent;
	color: #fff;
}

.btn-custom:hover,
.btn-custom:focus{
	color: #fafcfe;
	outline: none;
}

.user-account-btn>a{
	cursor: default!important;; 
}

#page-header .user-account-btn > a.user-profile span{
	min-width: 100px !important;
	width: auto !important;
}