.widget.hedger {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: var(--base-margin);
    width: calc(10 * var(--base-width) - 2 * var(--base-margin));
    padding: 0 16px;
}

.widget.hedger > .caption {
    width: 200px;
}

.widget.hedger > .caption > .subtitle {
    font-size: 12px;
    margin-top: 4px;
}

.widget.hedger > .switch {
    margin: 0 0 0 16px;
}

.widget.hedger > .block_size {
    width: 150px;
}

.widget.hedger > .timeout {
    margin: 0 16px;
}

.widget.hedger > .timeout > .delay {
    width: 80px;
}

.widget.hedger > .timeout > .timer {
    width: 100px;
    margin-left: 16px;
}