/* mediawiki.notification */

.mw-notification {
	border: 1px solid #ccc;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 1em rgba( 0, 0, 0, 0.3 );
}
