
.show_notification {
	display: block;
	position: absolute;
	top: 80px;
	left: 340px;
	right: 0px;
	bottom: 0px;
	width: 380px;
	z-index: 99;
}

.hide_notification {
	display: none;
}