.place { padding: 10px; margin: 10px; }

.Brewery { background-color: #ffeecc; }
.Brewpub { background-color: #ffeecc; }
.Bar { background-color: #ffeecc; }
.Campground { background-color: #ddffdd; }

[contenteditable]:hover:not(:focus) {
  outline: 1px dotted #999;
}

.staticmap { overflow: hidden; margin-top: 1%; margin-bottom: 1%; }
.dynamicmap div { margin-top: 1%; }
@media all and (max-width: 550px) {
  .thumbnailrow { display:none; }
  .dynamicmap { display:none; }
  .extend { display:none; }
  .navbar { display:none; }
}
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}
.frontpage {
  background-image: url('../images/frontimage2.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.footer {
	margin-top: 2rem;
	text-align: center;
	color: #dddddd;
	background-color: #666666;
}

.contrib {
	padding: 1rem;
}
.contrib.block {
	border: none; // 2px solid #7f7fff;
}
.contrib.body {
	background-color: #ccddff;
}
.contrib.header {
	background-color: #eeeeff;
}

.placethumbnail {
	float: right;
	width: 120px;
	margin-left: 20px;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
	background-color: #ddd;
	border-color: #ddd;
	color: #777;
}

