#main li {
    font-size: initial !important;
}

#main table {
    border-collapse: collapse;
}

#main th,td {
    border: solid 2px lightgrey;
    padding: 0.25em;
}

code > span.hljs-keyword, code > span.hljs-attr { color: #f47067 }
code > span.hljs-comment { color: grey }
