.buffer fieldset{
  margin:.7em 0;
  padding:12px;
  border:1px solid #777;
}
.buffer fieldset legend,
.buffer fieldset label {
  font-weight:bold;
}

.buffer .styled-listing {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.buffer .styled-listing .service-img {
	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 0 20px;
}

.buffer .styled-listing > div {
	margin: 0px 20px 20px;
	padding: 0 0 10px;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 0 0 calc(50% - 40px);
}

.buffer .styled-listing a {
	white-space: nowrap;
}

.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 > div {
		margin: 0px 20px 20px;
		padding: 0 0 10px;
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 100%;
	}
}

