kos0760,
[].forEach.call(document.querySelectorAll('[style*="float:left"]'), function(node) {
node.style.paddingRight = "10px"
});
[].forEach.call(document.querySelectorAll('[style*="float:right"]'), function(node) {
node.style.paddingLeft = "10px"
});