.task-group-tab {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.task-group-tab .left {
  float: left;
}

.task-group-tab .right {
  float: right;
}

.task-group-tab .task-group-tab-content {
  display: flex;
  flex-grow: 1;
  height: 100%;
}

.task-group-tab .task-group-tab-error-message.error-content + .task-group-tab-content {
  top: 45px;
}

.task-group-tab-content.task-group-tab-extension {
  top: 45px;
}
