.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.alert-dismissable .close, .alert-dismissible .close {
	color: inherit;
	text-shadow: none;
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.growl-animated.alert-success {
	box-shadow: 0 0 5px rgba(122, 216, 53, 0.5);
}

.growl-animated.alert-warning {
	box-shadow: 0 0 5px rgba(250, 125, 3, 0.5);
}

.growl-animated.alert-danger {
	box-shadow: 0 0 5px rgba(255, 72, 76, 0.5);
}
