.ui.message.admonition-animated.note {
	box-shadow: inset 0 0 0 2px rgba(33, 133, 208, 0.2);
}

.ui.message.admonition-animated.tip {
	box-shadow: inset 0 0 0 2px rgba(33, 186, 69, 0.2);
}

.ui.message.admonition-animated.important {
	box-shadow: inset 0 0 0 2px rgba(100, 53, 201, 0.2);
}

.ui.message.admonition-animated.warning {
	box-shadow: inset 0 0 0 2px rgba(242, 113, 28, 0.2);
}

.ui.message.admonition-animated.caution {
	box-shadow: inset 0 0 0 2px rgba(219, 40, 40, 0.2);
}