.form
{
    margin-bottom: 4rem;
}

.form fieldset
{
    max-width: none;
}

.form-row
{
    align-items: center;
    display: flex;
}

.form-row input,
.form-row p
{
    flex: 0 1 auto;
}

.form-row p
{
    margin: 0 !important;
    padding: 0 1rem;
    white-space: nowrap;
}

#percentage-difference-form p:first-of-type
{
    margin-bottom: 1rem;
}

.result
{
    display: block;
    font-weight: 700;
}