body {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: 'Raleway', sans-serif;
    font-size: 1em;
    background: #eeeeee;
    color: #ffffff;
}

.webSubPropertiesList {width:100%;}

#content h3 {margin-bottom: 5px;}

a.button {
    font-size: 120%;
    /* text-decoration: underline !important; */
}


.imgls{    
float: left;
margin: 0 15px 10px 0;
width: 170px;}

.textarea {
    /* width: 99.9%; */
    height: auto;
    font-size: 100%;
}


.textboxls{text-align: justify; max-width: 65%;float: left;}


.imgsls{width: 185px; display: inline-block; margin-left: 15px;}

body {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: 'Raleway', sans-serif;
    font-size: 1em;
    background: #eeeeee;
    color: #ffffff;
    font-weight: 100;
}


@media screen and (max-width: 1180px) {
  .textboxls {max-width: 100%;}
  div.imgsls {margin-left: 0; width: initial; margin-top: 15px; display: initial;}
}


@media screen and (max-width: 450px) {
  .imgsls .imgls {width: 100%; margin-top: 10px;}
}