/*** Dirty workaround for the Wellness Score INcentive not showing when enabled 

.wellScore-condition .incentive {
    display:block!important;
}
***/
.w-wellScore .moveLeft{
margin-left:-42px;
}

/* PTASK-287132 - Remove delete profile button from user profile */
.profile_userprofile_aspx #DeleteProfile {
	display: none;
}