#content {
    line-height: 150%;
	word-wrap: break-word;
}
#content b, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content strong, #content th {
    font-weight: 700;
}
#content table > tr, #content tbody, #content tfoot, #content thead {
    vertical-align: middle;
}
#content blockquote {
    display: block;
    margin-block-start: 1 __qem;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
#content address, #content i {
    font-style: italic;
}
#content h1 {
    display: block;
    font-size: 2em;
    margin: 0.67em 0;
}
#content h2 {
    display: block;
    font-size: 1.5em;
    margin: 0.83em 0;
}
#content h3 {
    display: block;
    font-size: 1.17em;
    margin: 1em 0;
}
#content h4 {
    display: block;
    font-size: 1em;
    margin: 1.33em 0;
}
#content h5 {
    display: block;
    font-size: 0.83em;
    margin: 1.67em 0;
}
#content h6 {
    display: block;
    font-size: 0.67em;
    margin: 2.33em 0;
}
#content table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}
#content tbody, #content tfoot, #content thead, #content tr {
    border-color: inherit;
}
#content .table table td {
    border: 1px solid #bfbfbf !important;
}
#content thead {
    display: table-header-group;
}
#content tbody {
    display: table-row-group;
}
#content tfoot {
    display: table-footer-group;
}
#content col {
    display: table-column;
}
#content colgroup {
    display: table-column-group;
}
#content tr {
    display: table-row;
    vertical-align: inherit;
}
#content td, #content th {
    display: table-cell;
    vertical-align: inherit;
}
#content caption {
    display: table-caption;
    text-align: center;
}
#content dir, #content menu, #content ol, #content ul {
    display: block;
    margin-block-start: 1 __qem;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}
#content dir, #content menu, #content ul {
    list-style-type: disc;
}
#content ol {
    list-style-type: decimal;
}
#content li {
    display: list-item;
    text-align: match-parent;
}
#content ::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    white-space: pre;
    text-transform: none;
}
#content ol ul, #content ul ul {
    list-style-type: circle;
}
#content ol ol ul, #content ol ul ul, #content ul ol ul, #content ul ul ul {
    list-style-type: square;
}
#content a:any-link {
    color: #00f;
    text-decoration: underline;
}
#content a:any-link:active {
    color: red;
}
#content p {
    display: block;
    margin: 1em 0;
}
#content code {
    background-color: rgba(97, 97, 97, 0.1);
    color: #616161;
}
#content pre {
    background: #0d0d0d;
    border-radius: 0.5rem;
    color: #fff;
    font-family: 'JetBrainsMono', monospace;
    padding: 0.75rem 1rem;
}
#content pre code {
    background: none;
    color: inherit;
    font-size: 0.8rem;
    padding: 0;
}
#content mark {
    background-color: #faf594;
}
#content img {
    height: auto;
    max-width: 100%;
}
#content hr {
    margin: 1rem 0;
}
#content blockquote {
    border-left: 2px solid rgba(13, 13, 13, 0.1);
    padding-left: 1rem;
}
#content hr {
    border: none;
    border-top: 2px solid rgba(13, 13, 13, 0.1);
    margin: 2rem 0;
}
#content ul[data-type='taskList'] {
    list-style: none;
    padding: 0;
}
#content ul[data-type='taskList'] li {
    align-items: center;
    display: flex;
}
#content ul[data-type='taskList'] li > label {
    flex: 0 0 auto;
    margin-right: 0.5rem;
    user-select: none;
}
#content ul[data-type='taskList'] li > div {
    flex: 1 1 auto;
}
#content table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
#content table td, #content table th {
    min-width: 1em;
    border: 2px solid #ced4da;
    padding: 3px 5px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
#content table td > *, #content table th > * {
    margin-bottom: 0;
}
#content table th {
    font-weight: bold;
    text-align: left;
    background-color: #f1f3f5;
}
#content table .selectedCell:after {
    z-index: 2;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(200, 200, 255, 0.4);
    pointer-events: none;
}
#content table .column-resize-handle {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: -2px;
    width: 4px;
    background-color: #adf;
    pointer-events: none;
}
#content .tableWrapper {
    overflow-x: auto;
}
#content .resize-cursor {
    cursor: ew-resize;
    cursor: col-resize;
}
