Trying to integrate datatables with bootstrap 4 is causing some conflicts. While the page navigation and buttons appear in the style of bootstrap 4, my table looks like a plain HTML table with randomly bolded borderlines. I suspect that my styles are being overridden somewhere, but I'm struggling to pinpoint the issue... https://i.sstatic.net/wfLMG.png
Take a look at the image here: https://i.sstatic.net/bWLvh.jpg
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/autofill/2.2.2/css/autoFill.bootstrap4.min.css"/>
...
</script>
I've made sure there's only one import of jquery 3.3.1 and one import of bootstrap's css and bootstrap.min.js.
UPDATE: Here's the HTML for the table I'm working with.
<div id="similar-results" class="tabcontent">
<h3>Similar Documents</h3>
<table border="1" class="dataframe table display" id="example">