/* compare page responsive */

@media only screen and (max-width: 991px) {
  .top-section-title {
    font-size: 26px;
  }

  .page-top-section {
    padding-top: 40px;
  }

  .page-top-section.without-tab-navigation {
    padding-bottom: 40px;
  }

  .compare-description .section-summary {
    font-size: 16px;
  }

  .compare-visualisation-section {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .top-section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .page-top-section {
    padding-top: 30px;
  }

  .top-section-footer {
    margin-top: 20px;
  }

  .page-top-section.without-tab-navigation {
    padding-bottom: 30px;
  }

  .compare-description .section-summary {
    font-size: 14px;
    line-height: 20px;
  }

  .compare-visualisation-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* downloading */

  .image-downloading .main-popup-component {
    width: 800px;
  }

  .image-downloading .popup-chart-element {
    width: 90% !important;
    overflow: visible !important;
  }

  .image-downloading .main-popup-component .mCSB_container_wrapper>.mCSB_container {
    padding-right: 0;
  }
}
