(function() {
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href ='https://cdn-01.marsello.com/Scripts/dist/Home/react/bundle/marselloStyle.css';
document.head.appendChild(link);
console.log('Loaded only marselloStyle.css (no widgetStyle.css)');
})();