/*@media (min-width: 768px){
#wrapper {
padding-left: 0px; 
}
}*/
#responder-container {
  display: none;
}
#subjectPropertyAddressFull {
  font-size: 24px;
  /*font-family: Raleway;*/
  font-weight: 300;
}
.detailSpec {
  font-weight: 600;
  font-size: 16px;
}
.detailSpec.small {
  font-size: 14px;
}
.detailSpec span {
  font-weight: 400;
}
.detail {
  float: left;
  word-wrap: break-word;
  margin-right: 15px;
  margin-bottom: 1px;
  padding: 1px;
  font-weight: 400;
  /*background:yellow;
  border:1px solid #ccc;*/
  font-size: 14px;
}
.detail span {
  font-weight: 600;
}
.detailSmall {
  width: 31%;
}
.detailFull {
  width: 97%;
  margin: 0px 0 2px 0;
}
.sectionContainer {
  /*border: 1px solid #ccc;*/
  margin-bottom: 20px;
  clear: both;
  padding: 0px;
}
.sectionTitle {
  background: #e3e3e3;
  color: #00566F;
  font-size: 17px;
  margin-bottom: 9px;
  padding: 2px 0px 2px 7px;
  border-bottom: 1px solid #b7b4b4;
}
#controlsPlacement {
  margin: 5px 0px 10px 0px;
}
/*#expandImages{

}*/
#onsiteControls {
  float: right;
}
.js-imageViewerPages {
  float: left;
  padding: 6px 7px 0 7px;
  font-size: 17px;
}
.rowMarginUnique {
  margin-bottom: 15px;
}
.dataAlign {
  margin: 0 0 6px 10px;
}
.dataAlign.paragraph {
  padding: 3px 11px 5px 2px;
}
.green-highlight {
  display: inline-block;
  padding: 2px 4px 0px 4px;
}
.orange-highlight {
  display: inline-block;
  background-color: #fdefb3;
  padding: 2px 4px 0px 4px;
}
.css-icons {
  margin-bottom: 2px;
}
.css-icons .cont {
  margin-top: 3px;
  float: left;
  margin-right: 20px;
}
.css-icons .cont a {
  cursor: pointer;
  color: #000;
}
.singleImageStyle {
  height: 450px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.singleImageStyle img {
  max-width: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
@media (max-width: 970px) {
  .detail {
    width: 45%;
  }
  .detail.detailFull {
    width: 97%;
  }
}
@media (max-width: 768px) {
  .detail {
    width: 97%;
  }
}
