body {
	background-color: #000000;
	color: #DDD;
	max-width: 800px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

	text-align: justify;
	text-justify: inter-word;

	margin: 0 auto;

	/*background-image: url('https://i.pinimg.com/originals/b7/21/34/b72134112b54864e4948865375ecbb11.gif');*/
}

body#club-listings {
	max-width: 1100px;
}

a {
	color: #cee1ff;
}

.img-caption {
	border: thin solid #333;
	padding: 10px;
	margin-top: 10px;
}

.img-caption img{
	display: block;
	margin: 0 auto;
}

.img-caption p {
	margin: 15px 25px;
}

.img-caption .source {
	font-size: 0.8em;
}

#street-view {
	width: 800px;
	height: 650px;
}

#sources span {
	display: block;
}

table, th, td {
	border: thin solid #fff;
	border-collapse: collapse;
}
