.map-container {
	height: 360px;
	width: 100%;
}

/* Sticky footer styles from: http://getbootstrap.com/examples/sticky-footer-navbar/
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #222222;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
  color: #9D9D9D;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.history-img-thumb {
	display: inline;
	margin: 10px;
}

.history-img {
	/* the image you want to 'watermark' */
	position: relative;
	display: inline;
}

.history-img p {
	/* the actual 'watermark' */
	position: absolute;
	top: -32px; /* or whatever */
	left: 28px; /* or whatever, position according to taste */
	opacity: 0.4; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
	filter:alpha(opacity=40); /* for <= IE 8 */
	color: black;
	font-size: 60px;
}
