<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/** BOXES **/
.landlord-boxes.box-col .icon img   { max-width:140px; max-height:106px; }
.landlord-boxes.box-col .bcb-title    { padding:0px 0px 10px 0px; }

.landlord-boxes.box-col .box-col-box .spacing,
.landlord-boxes.box-col .box-col-box:hover .spacing      { background:transparent; }
.landlord-boxes.box-col .bcb-title    { border-bottom:2px solid #B8993F; }
.rent-wrapper .landlord-boxes.box-col .bcb-title    { border-bottom:2px solid #B8993F; }

.fee-input .static-title{
  margin:0px 0px 20px 0px;
}
.fee-input .subtitle{
  font-weight:600;
}

.compliance-text{
/* text-align: left; */
line-height: 1em;
border-top: 1px solid #DDD;
padding: 20px 0px 0px 0px;
margin: 20px auto 0px auto;
max-width:580px;
}

@media screen and (max-width:540px){
  .fee-input span{
    display:block;
  }
  .fee-input .pipe{
    display:none;
  }
  .fee-input .btn.btn-blue{
    margin-top:15px;
  }
}
</pre></body></html>