#notification-container {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 300px;
	background: #fff8e1;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	display: none;
}

#notification-container button {
	margin-top: 5px;
	padding: 5px 10px;
	background: #ff5e5e;
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 250px;
}

#notification-container .notification {
	border-left: solid 2px grey;
	padding-left: 5px;
	margin-bottom: 5px;
}