.dnd-section {
  padding: 0 !important;
  padding-top: 24px !important;
}
.dnb-padding-bottom, .listing {
  padding-bottom: 24px !important;
}
  h1 { clear: both; }
  .drop-down {
    /*float: left;*/
    margin-right: 20px;
  }
  .drop-down__option {
    font-size: 80%;
  }
  .margin-top {
    margin-top: 24px !important;
  }
  .breadcrumbs {
    list-style: none;
    display: block;
    margin-bottom: 20px;
    height: 30px;
    margin-left: 0;
    padding-left: 0;
  }
  .breadcrumbs li {
    float: left;
  }
  tr, td {
    vertical-align: top;
  }
  td.title { 
    font-weight: bold;
    width: 220px;
  }
  .properties__item {
    display: block;
    height: 55px;
  }
  .properties__icon {
    display: block;
    height: 30px;
    float: left;
  }
  .properties__icon span.icon {
    float: left;
    height: auto;
    margin-top: 4px;
  }
  .cta-wrapper {
    margin-top: 20px;
  }
  .tabs__tab {
    padding-bottom: 20px;
  }
  @media only screen and (max-width: 600px) {
    .dnd-section { padding: 12px !important; }
    .properties__item { height: 53px; }
    .properties__text { font-size: 12px; }
    /*.breadcrumbs { margin-bottom: 30px; }*/
    .breadcrumbs li {
        font-size: small;
    }
    .breadcrumbs li.last { max-width: 100px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
    td.title { width: 100px; }
    td { font-size: 80%; }
    .tabs--indent .tabs__tab { padding: 0p !important; }
  }
}