.introduction-text{
	display: block;
	font-size: 1.125em;
	margin-bottom: 2em;
	padding: 0 1em;
	text-align: center;
}

table td{
	font-size: 1em;
	font-weight: 100;
	line-height: 1.4em;
	padding: 0.25em;
	vertical-align: middle;
}

table p{
	margin: 0 0.5em;
}

.dropshadow{
	/* Bitmap: */
	-moz-box-shadow:    2px 2px 2px 0px rgba(0,0,0,0.29);
	box-shadow:         2px 2px 2px 0px rgba(0,0,0,0.29);
	width: 100%;
}

table img, table h3{
	margin-top: 0 !important;
}