/**CALLOUT */
.callout {
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color: #3f474e;
	border-left: 5px solid #e9ecef;
	margin-bottom: 1rem;
	padding: 1rem;
}

.callout.callout-warning {
	border-left-color: #f5b043;
}