var htmlDivCss = unescape(".iphone_ipad_only%20.tp-splitted.tp-wordsplit%2C%20%0A.iphone_ipad_only%20.tp-splitted.tp-wordsplit%20div%20%7B%0A%09overflow%3A%20visible%20%21important%3B%20display%3A%20inline%20%21important%3B%0A%7D"); var htmlDiv = document.getElementById('rs-plugin-settings-inline-css'); if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; } else{ var htmlDiv = document.createElement('div'); htmlDiv.innerHTML = ''; document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]); }