/* IE 9 and earlier fixes.  I wish we could just forget these browsers existed.... */

.alerts div[class$='alert'] {
	opacity: 1 !important;  /* animation doesn't work right in IE9 and earlier, so just make this visible */
}