/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Oct 15 2020 | 15:48:42 */
/*
* @purpose	Add transition time
*/
button.ff-btn.ff-btn-submit.ff-btn-md.it24_btn.wpf_has_custom_css {
    transition: 500ms!important;
}
/*
** Remove padding between Input/Submit
*/
#fluentform_1 .ff-t-cell,#fluentform_2 .ff-t-cell{
	padding-right:0px;
	padding-left:0px;
}