/* Old versions of Internet Explorer don't support CSS animations, so we display the message as a more simplified static block instead */

#dotMatrix {
	white-space: normal;
}

#dotMatrix #dotMatrixContent {
	padding-left: 0;
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	line-height: 1.25em;
	text-align: center;
	display: block;
	padding: 10px;
	white-space: normal;
}