.form-flow-actions {
    .btn {
        float: right;
        margin-left: 3px;
    }

    &::before, &::after {
        content: "";
        display: table;
    }

    &::after {
        clear: both;
    }

    zoom: 1;
}