#my_profile .label_overview{display:inline-block;width:250px;float:left;}
#notify{display:inline-block; width:auto; margin-right:10px;}
.notify_label{display:inline-block; width:auto;}
#my_profile .form_row{margin:7px 0;}
.tx-uv-notifications .message{
	color:#9A0000;
	margin-bottom:6px; 
}
.tx-uv-notifications .portal{
	margin-top:20px; 
	display:block;
}
.tx-uv-notifications .portal .glyphicon{
	font-size:0.8em; 
}
.right_user .inner_profil_icon{
	display:none; 
}
.right_user .profil_icon .sprite-icon_profil{
	width:40px; 
	height:40px; 
	background-image: url(../Icons/person.svg);

}
.right_user .profil_icon{
	position:absolute; 
	top:30px; 
	right:-5px; 
}
.top-buttons a.logout{
	text-align: right;
    display: block;
}
.top-buttons a.logout span{
	margin:0; 
}
.right_user {
	position:relative; 

}
.right_user .top-buttons{
	margin-right:40px; 
}

@media screen and (max-width: 1279px){
	.right_user .top-buttons{
	}
	.right_user .profil_icon .sprite-icon_profil{
		height:30px; 
		width:30px; 

	}
	.right_user .profil_icon{
		top:21px; 
		right:0px; 
	}

}
@media screen and (max-width: 767px){
	.right_user .top-buttons{
		margin-top:-12px; 
		margin-right:45px; 
	}
	.right_user{
		margin-top:-16px; 

	}

	.right_user .profil_icon{
		right:13px; 
		top:19px; 
	}
	.right_user .profil_icon .sprite-icon_profil {
		height: 28px;
		width: 28px;
	}
	
}
@media screen and (max-width: 567px){
	.right_user{
		margin-top:-13px; 
	}
	.top-buttons a.logout{display:inline;}
	.right_user .top-buttons{width:100%;}
	.right_user .inner_profil_icon{
		display:inline-block; 
		margin-right:10px; 
		position: relative;
		top: 1px;
	}
	.right_user .inner_profil_icon .sprite-icon_profil {
		height: 11px;
		width: 11px;
		background-image: url(../Icons/person.svg);
		display:block; 
	}
	.right_user .profil_icon {
		display:none; 
	}
	#my_profile .label_overview, #my_profile .value{
		width:100%; 
	}
}