.work-items-hub-view {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .work-items-hub-view .vss-PivotBarItem,
  .work-items-hub-view .vss-PivotBarItem > .internal-content-host {
    width: 100%; }
  .work-items-hub-view .vss-ZeroData {
    margin-top: 65px; }

.work-items-hub-callout {
  background: rgba(255, 255, 255, 1);
  background: var(--background-color,rgba(255, 255, 255, 1));
  padding: 8px; }
