[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
    font-family: sans-serif;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
}
[data-notify="container"].alert-pastel-info {
	border-left-color: #5bc0de;
}
[data-notify="container"].alert-pastel-danger {
	border-left-color: #d9534f;
}
[data-notify="container"].alert-pastel-success {
	border-left-color: #5cb85c;
}
[data-notify="container"].alert-pastel-warning {
	border-left-color: #f0ad4e;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	
}