.report-pane .left-col {
  padding-right: 18px;
}

.report-pane .right-col {
  padding-left: 10px;
}

@media only screen and (max-width: 992px) {
  .report-pane .left-col {
    padding-right: 0px;
  }
  .report-pane .right-col {
    padding-left: 0px;
  }
}