Recently, I added a jQuery UI accordion to a Joomla page. While styling it using Chrome development tools, I realized that the settings are reset every time the page reloads. It seems that the CSS file for jQuery UI is linked from a CDN (https://ajax.googleapis.com/...) and not stored on the server. Is there a way to store the jQuery UI CSS file on the server so that my styling changes are retained? Any advice would be greatly appreciated. Thank you in advance.