.training_location {
	margin-bottom: 16px;
	width: 100%;
}
.training_location_address {
	float: left;
	width: 360px;
	display: inline-block;
}
.training_location_map {
	float: right;
	width: 720px;
	height: 300px;
	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%;
}

.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;
}
/* Meets / Fixtures Table */
table.fixtures {
	width: 100%;
}
table.fixtures thead {
	font-size: 1.2em;
	font-weight: 500;
}
table.fixtures th, table.fixtures td {
	padding: 8px 12px;
}
table.fixtures td {
	color: #333;
}
table.fixtures tbody tr:nth-child(even) {
	background-color: #eee;
}
/* Training Schedule */
div.squad_training_schedule_container {
	margin-bottom: 2em;
}
div.squad_training_schedule_container h2 {
	margin-bottom: 0.5em;
}
table.squad_training_schedule {
	width: 100%;
}
table.squad_training_schedule thead {
	font-size: 1.2em;
	font-weight: 500;
}
table.squad_training_schedule th, table.squad_training_schedule td {
	padding: 8px 12px;
}
table.squad_training_schedule td {
	color: #333;
}
table.squad_training_schedule tbody tr:nth-child(even) {
	background-color: #eee;
}
/* Club Records */
table.club-records {
	width: 100%;
}
table.club-records thead {
	font-size: 1.2em;
	font-weight: 500;
}
table.club-records th, table.club-records td {
	padding: 8px 12px;
}
table.club-records td {
	color: #333;
}
table.club-records tbody tr:nth-child(even) {
	background-color: #eee;
}

/* Post Attachments */
table.post-attachments {
	width: 100%;
}
table.post-attachments thead {
	background: #10944b; /* TODO change to get from settings */
	color: #fff !important;
	font-size: 1em;
	font-weight: 300;
}
.entry-content thead th,.entry-content tr th {
	color: #fff;
}
table.post-attachments th, table.post-attachments td {
	padding: 8px 8px;
}
table.post-attachments td {
	color: #333;
}
table.post-attachments tbody tr:nth-child(even) {
	background-color: #eee;
}

/* Utilities */
.swm-text-right {
	text-align: right;
}
.swm-text-left {
	text-align: left;
}
.swm-text-center {
	text-align: center;
}