.buffer fieldset{
  margin:.7em 0;
  padding:12px;
  border:1px solid #777;
}
.buffer fieldset legend{
  font-weight:bold;
}

.buffer .styled-listing .service-img {
  float:left;
  max-width: 300px;
  border: none;
  margin: 0 20px 20px 0;
}

.buffer .styled-listing > div {
  margin: 25px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #333;
}

.buffer .styled-listing > div:after {
  content: "";
  display: block;
  clear: both;
}

.buffer .styled-listing .h4 {
  font-weight: 700;
}

.buffer .styled-listing a {
  display: block;
  margin-top: 20px;
}

.buffer .FieldContainerHori {
    max-width: 100%;
}

.buffer .FieldContainerHori label {
    padding: 1px 5px 10px 0px;
}


body.empty{
  padding:0;
  margin:0;
}
body.empty .buffer{
  font-size:13px;
  font-family:sans-serif;
}
body.empty > h2{
  display:none;
}

@media (max-width: 767px) {
  .buffer .styled-listing .service-img {
    float:none;
  }
}

