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

.widget.uniswapper > .caption {
    width: 200px;
    padding: 16px;
}

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

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

.widget.uniswapper .stable_exit_delay,
.widget.uniswapper .volatile_exit_delay {
    width: 90px;
    margin: 0 12px;
}

.widget.uniswapper .stable_exit_offset,
.widget.uniswapper .volatile_exit_offset,
.widget.uniswapper .bandwidth {
    width: 90px;
}