.md-typeset__table {
   min-width: 100%;
}

.md-typeset table:not([class]) {
    display: table;
}

/* Add scrollbars to large text code blocks (logs) */
.language-text pre {
    max-height: 500px;
    overflow-y: scroll;
}

/* Fix Firefox/Gecko code block rendering */
.highlight code {
    white-space: pre !important;
}

.highlight code .token {
    white-space: inherit !important;
}

/* Prism.js token colors for code blocks */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #6a9955; }
.token.punctuation { color: #d4d4d4; }
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted { color: #b5cea8; }
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted { color: #ce9178; }
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string { color: #d4d4d4; }
.token.atrule,
.token.attr-value,
.token.keyword { color: #c586c0; }
.token.function,
.token.class-name { color: #dcdcaa; }
.token.regex,
.token.important,
.token.variable { color: #d16969; }
