.story-plugin-story {
	vertical-align: top;
	line-height: 30px;
	margin: 20px;
	background-color: rgb(255, 255, 200);
}

.story-plugin-story-title {
	margin: 0px auto 0px 0px;
	display: inline-block;
	vertical-align: middle;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.story-plugin-page-table-hidden {
	display: none;
}

.story-plugin-page-table-visible {
	display: table;
}

.story-plugin-page-table {
	margin: 20px auto 20px 80px;
}

.story-plugin-page-row {
	display: table-row;
}

.story-plugin-page-cell {
	padding: 5px;
	display: table-cell;
}

.story-plugin-close-button {
	display: inline-block;
	vertical-align: middle;
	background: url('closeButton.png');
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: auto 20px auto 0px;
}

.story-plugin-open-button {
	display: inline-block;
	vertical-align: middle;
	background: url('openButton.png');
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: auto 20px auto 0px;
}

#story-plugin-map-canvas { 
	height: 100%; 
}

#story-plugin-map-container {
	display: inline-block; 
	height: 400px; 
	width: 400px; 
}

#story-plugin-location-container {
	width: 100%;
	padding: 20px;
}

.story-plugin-column {
	display: inline-block;
	vertical-align: top;
}

.story-plugin-section {
	display: block;
	vertical-align: top;
	padding: 5px;
	margin-top: 5px;
	width: 90%;
	border-top: black 1px dashed;
}

div.story-plugin-button {
	margin: 0px 5px 5px 5px;
}

#story-plugin-title {
	width: 100%;
	margin: 10px;
	font-size: larger;
	font-weight: bold;
}

#story-plugin-other-locations-title {
	width: 100%;
	margin: 10px;
	font-size: large;
	font-weight: bold;	
}

.story-facebook-title {
	font-size: 40pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.story-facebook-post {
	margin: 10px;
	background-color: rgb(255,255,100);
	padding: 10px;
}

.story-facebook-image {
	float: right;
}

.story-facebook-message {
	display: inline-block;
	color: rgb(20,40,0);
	font-size: large;
	font-weight: bold;
}

.story-facebook-name {
	color: rgb(200,140,0);
}

.story-plugin-place-name {
	color: rgb(200,140,0);
	font-style: italic;
}
