.alert {
	padding: 15px;
	margin-bottom: 25px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-weight: 700;
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-success {
	background-color: #87c55a;
	border-color: #87c55a;
	color: #fff!important;
}

.alert-success hr {
	border-top-color: #79be47
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-danger {
	background-color: #d32840;
	border-color: #d32840;
	color: #fff!important;
}

.alert-danger hr {
	border-top-color: #be2439
}

.alert .close {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	line-height: 32px;
	font-size: 22px;
	color: #fff;
	opacity: 1;
	text-align: center
}

.alert .close:hover {
	background: rgba(0, 0, 0, 0.2)
}

.alert p {
	color: inherit
}