(function () { if (document.getElementById('codex-price-table-styles')) return; var style = document.createElement('style'); style.id = 'codex-price-table-styles'; style.textContent = '.scrolltable{width:100%;overflow-x:auto}.scrolltable>table.hoverTable{width:100%!important;max-width:100%;margin-left:auto;margin-right:auto}'; document.head.appendChild(style); })();