.buffer fieldset{
  margin:.7em 0;
  padding:12px;
  border:1px solid #777;
}
.buffer fieldset legend{
  font-weight:bold;
}

.buffer input[type=text], .buffer input[type=search], 
.buffer input[type=email], .buffer input[type=tel], .buffer textarea {
  border: 1px solid #000;
}

.buffer {
  line-height: 2rem;
}

.buffer p, .buffer span, .buffer a {
  margin: 0 0 2rem;
}

.buffer a {
  text-decoration: underline;
}

.buffer label {
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}

.buffer .styled-listing > div {
  margin: 25px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #333;
}

.buffer .styled-listing a {
  white-space: nowrap;
}

.buffer .styled-listing .service-img {
  float: left;
  max-width: 300px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.3);
  -moz-box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.3);
  box-shadow: 0px 0px 5px 3px rgba(51,51,51,0.3);
  margin: 0 20px 20px 0;
}

.buffer .styled-listing > div:after {
  content: "";
  display: block;
  clear: both;
}

body.empty{
  padding:0;
  margin:0;
}
body.empty .buffer{
  font-size:13px;
  font-family:sans-serif;
}
body.empty > h2{
  display:none;
}

.fs-checkbox label,
.fs-radio label {
	display: inline;
}

.inlinelabel {
  display:inline;
}

@media (max-width: 767px) {
  .buffer .styled-listing .service-img {
    float: none;
  }
}