.container {
	max-width: 800px;
}
body {
	background-color: #f8f7f5;
}
img {
	width: 100%;
	height: 100%;
	max-width: 500px;
}
.iframe {
	width: 100%;
	max-width: 500px;
}
.lead {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.f150 {
	font-size: 150%;
	font-weight: bold;
}
.f80 {
	font-size: 80%;
}
.red {
	color: red;
}
.box {
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
.voice-row {
	margin-bottom: 40px;
}
.mtop30 {
	margin-top: 30px;
}
.mtop50 {
	margin-top: 50px;
}
.mbottom30 {
	margin-bottom: 30px;
}
.mbottom50 {
	margin-bottom: 50px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.banner {
	max-width: 250px;
}
