.background-tasks-combined-panel {
    display: grid;
    grid-template-rows: 200px 1fr;
}

.background-tasks-combined-panel > div {
    position: relative;
}

.background-task-progress {
    height: 20px;
}

.background-task-progress-label {
    float: left;
    width: 100%;
    margin-top: 3px;
    text-align: center;
}

.background-task-progress .progress-bar {
    height: 20px;
}

