.slow-connection-container
{
	position: fixed;
	left: 2em;
	right: 2em;
	text-align: center;
	display: none;

	/* top and bottom set by media query */
}

.slow-connection-text
{
	padding: 0.5em;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
}