/**
 * @since 10.5.0
 * To overrule config/jquery-ui/jquery-ui-1.13.1.custom.css.
 * This fragment cannot be placed in config/templates/woodwingmain.css because the loading sequence is as follow:
 * - woodwingmain.css
 * - jquery-ui-1.13.1.custom.css
 *
 * Any CSS style placed in woodwingmain.css will be superseded by jquery-ui-1.13.1.custom.css, and it is also
 * not a practice to adjust in the jquery-ui-1.13.1.custom.css ( this should be left un-modified ).
 * So, the only way is to create the third css file which is this one to overrule the two css files above.
 */

.ui-widget {
    font-size: 1.1em;
}
