p.alert.alert-success {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 1rem;
}
.flexbox-001 > div.webform-flex:nth-child(1) {
    min-width: 35%;
}
.flexbox-001 > div.webform-flex:nth-child(2) {
    min-width: 65%;
}