table_styles = html`<style>
p code, li code {color: #c30771;}
code.error {
color:red;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
display: block;
overflow: auto;
white-space: nowrap;
width:${width}px;
min-width:${width}px;
max-height:500px;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
td:first-of-type {
font-style: italic;
font-weight: bold;
}
tr:nth-child(even) {
background-color: #d3d3d359;
}
</style>`