/*@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700);*/
[data-notify="container"][class*="alert-pastel-"] {
	/*background-color: rgb(255, 255, 238);*/
        background-color: #FFF;
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	/*font-family: 'Old Standard TT', serif;*/
	/*letter-spacing: 1px;*/
        padding: 15px 20px;
}
[data-notify="container"].alert-pastel-info {
	border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-success {
	border-left-color: #2baf53;
}

[data-notify="container"].alert-pastel-pain {
	border-left-color: #2b96cc;	
}

[data-notify="container"].alert-pastel-danger {
	/*border-left-color: rgb(255, 103, 76);*/
        border-left-color: #e2007a;
        /*background-color: #f2eaee;*/
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}

