.bg__query-timeline-plotter {

  margin-bottom: 8rem;
  position: relative;

  .ms_toggle_btn .checkbox-toggle-round {
    &:checked+label:after {
      margin-left:68px;
    }
    &+ label {
      font-size: 13px;
      font-weight: normal;
      width: 100px;
    }
  }

  > .switch-view-btn {
    position: absolute;
    right: 0;
    z-index: 999;
    color: #fff;
    background-color: #468dcb;
    border-color: #3680c1;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
  }

  .bg__project-queries-table {
    margin-bottom: 3rem;
  }

}