:root { --md-primary-fg-color: #1b5f80; --md-text-font: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif; --md-code-font: "SFMono-Regular", Consolas, "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, monospace; }
.md-header { background-color: #1b5f80; }
.md-typeset h2 { border-left: 5px solid #1b5f80; padding-left: 15px; background-color: #f8f9fa; margin-top: 2em; }
.md-typeset .admonition.info { border-left-color: #1b5f80; }
.md-typeset .admonition.info table { display: table; width: 100%; table-layout: fixed; }
.md-typeset .admonition.info table td { word-wrap: break-word; white-space: normal; }
.md-typeset .admonition.info table th:first-child, .md-typeset .admonition.info table td:first-child { width: 15%; }
.md-typeset .admonition.info table th:nth-child(2), .md-typeset .admonition.info table td:nth-child(2) { width: 85%; }
