@media all and (max-width:720px) {
	.information-box {
		width: 100% !important;
		float: none !important;
		margin: 0.5em 0 0.5em 0 !important;
	}
}
.information-box {
	border: solid #aaa 1px; 
	margin: 0 0 1em 1em; 
	font-size: 90%; 
	background: #f9f9f9; 
	width: 250px; 
	padding: 2px; 
	text-align: center; 
	float: right; 
	clear: right;
}

.information-box-title {
	font-size: 130%; 
	text-align: center;
}

.information-box-line {
	text-align: left;
	margin: 0.5em 0 0 0;
}

.information-box-line-small{
	font-size: 75%;
	text-align: center;
	margin: 0.5em 0 0 0;
}

.information-box-background {
	background: lightgray;
}

.information-box-cell {
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}