.yaaas-alerts {
	position: fixed;
	z-index: 10;
	right:0px;
	float:right;
	width:300px;
}
}
.yaaas-alerts.yaaas-pe {
	pointer-events: none;
}
.yaaas-alerts.yaaas-not-pe {
	height: 0px;
}
.yaaas-alert {
	z-index:10;
	margin-top: 20px;
}
.yaaas-alert.yaaas-pe {
	pointer-events: all;
}

