html,
body {
  background: #005588;
	color: black;
  margin: 0px;
  padding: 4px 2%;
  text-align: center;
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 0.95em;
  line-height: 1.2em;
}
a:link, a:active, a:visited {
  color: #2222FF;
  text-decoration: none;
}
a:hover {
  color: #8888FF;
  text-decoration: underline;
}
table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 4px 12px;
}
h4, p {
  margin: 0px;
  padding: 0px;
}
.content {
  background: #fff;
  padding: 1px 20px;
}
.content:after {
  display: block;
  clear: both;
  content: "";
}
.header {
  text-align: center;
}
#business-name {
  margin: 20px 0;
  font-weight: bold;
  font-size: 2em;
  font-family: "Arial";
}
#about {
  text-align: center;
  font-style: italic;
}
.header-panes {
  margin: 20px 0;
}
.header-pane {
  display: inline-block;
  margin: 1%;
  padding: 1%;
}
.header:after {
  display: block;
  clear: both;
  content: "";
}
.section {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
.section-title {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Arial";
  line-height: 1.3em;
  text-align: left;
}
.section-text {
  text-align: left;
}
.section:after {
  display: block;
  clear: both;
  content: "";
}
#inspection-sign {
  float: right;
  margin-right: 15px;
}
#inspection-sign > img {
  height: 100%;
  max-height: 200px;
}
#inspection-sign:after {
  display: block;
  clear: both;
  content: "";
}
.directions {
  margin-top: 20px;
}
#building-front {
  display: inline-block;
  width: 300px;
  height: 400px;
}
#building-front > img {
  width: 100%;
  height: 100%;
}
#map {
  display: inline-block;
  margin: 1%;
  width: 50%;
  min-width: 300px;
  height: 400px;
}
#map-frame {
  width: 100%;
  height: 100%;
}
.directions:after {
  display: block;
  clear: both;
  content: "";
}
.footer {
  color: #fff;
  margin: 10px 0px 4px;
  width: 100%;
  font-style: italic;
}
