/* referral list */
.page-template #main, .page-type-wide #main {
    border: none; 
}

.page-template #body-in, .page-type-wide #body-in {
   width: auto; 
}

.fl-row, .fl-row-content {
   margin-right: auto;
   margin-left: auto;
   position: relative;
   top: -40px;

}

@media screen and (max-width: 767px) {
  .fl-row, .fl-row-content {
   margin-right: auto;
   margin-left: auto;
   position: relative;
   top: 10px;
  }
}
