.overflow-auto {
  overflow: auto;
}
.banner-img.mobile-only {
  min-height: 150px !important;
  height: 150px !important;
}
body {
  -ms-overflow-style: scrollbar;
}
section.section-grey {
  background-color: #eaeaea !important;
}
div.accordion-panel>.collapse-toggle.collapsed:after {
  background-image: url('../images/icons/chevron-down.svg') !important;
}
div.accordion-panel>.collapse-toggle:after {
  background-image: url('../images/icons/chevron-up.svg') !important;
}

header #back-to-online.standalone-link {
  font-size: 14px;
}
header #back-to-online.standalone-link:before {
  background: url('/dvl/v0.2/assets/images/ui/ui-chevron-right-white.svg') no-repeat !important;
}
header #sign-in-desktop {
  font-size: 12px;
}
header #sign-in-desktop:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('../images/icons/lock_icn.svg') no-repeat;
}
@media (min-width: 769px) {
  section #back-to-online.standalone-link {
    display: none;
  }
}
