.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 15px;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.text-center {
	text-align: center !important;
}