.easy-alert {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid transparent;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding: 0.8em;
}

.easy-alert.white {
	background: white;
	border-color: #eee;
	color: #373737;
}

.easy-alert.blue {
	background: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.easy-alert.red {
	background: #ffe6e3;
	border-color: #eecac7;
	color: #c7665b;
}

.easy-alert.yellow {
	background: #fcf8e3;
	border-color: #fbeed5;
	color: #c09853;
}

.easy-alert.green {
	background: #edfdd3;
	border-color: #e0f3c2;
	color: #8eac5c;
}

.easy-alert.grey {
	background: #f5f5f5;
	border-color: #ddd;
	color: #777;
}

.easy-alert p:last-child {
	margin-bottom: 0;
}