.training_location {
	margin-bottom: 16px;
	width: 100%;
}
.training_location_address {
	float: left;
	width: 33%;
	display: inline-block;
}
.training_location_map {
	float: right;
	width: 66%;
	display: inline-block;
	border: 1px solid #999;
}
.training_location_header {
	font-weight: bold;
}
.clearfix {
	clear: both;
}

.squad .squad_training_schedule {
	margin-bottom: 16px;
	float: right;
	width: 66%;
}

div.squad_training_schedule {
	margin-bottom: 24px;
}

div.squad_training_schedule h2 {
	font-size: 1.2em;
	font-weight: 700;
}

.squad .squad_criteria {
	float: left;
	width: 33%;
	display: inline-block;
}
.squad .squad_heading {
	background-color: #eee;
	width: 100%;
	padding: 8px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
.squad .squad_criteria_label {
	font-weight: bold;
}
.post .post_thumb {
	float: left;
	margin: 0 16px 16px 0;
	width: 240px;
}
.post .post_details {
	float: right;
	width: 800px;
}
.post .post_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.post .post_attribution {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
}
.post .post_body {
	font-size: 16px;
	line_height: 20px;
	margin-top: 16px;
}