.dtc-task-details-view {
  /* 
        Workaround for the issue that any info box in the last control 
        is clipped because the info box does not understand the view port properly.
        Set Callout directional hint also doesn't work properly.
    */
  padding-bottom: 75px;
  /*
        Work items control overrides for gates and task phases.
        Can break if the parent control changes css or the way they render.
    */
}

.dtc-task-details-view .wit-query-selector-container {
  width: 100%;
}

.dtc-task-details-view .wit-query-selector-container .popup-content-control {
  width: 500px;
}

.dtc-task-details-view .wit-query-selector-container .popup-content-control .query-folder-tree {
  width: 497px;
  /* 3px less than popup-content-control width value */
}
