@media print {
  .print-frame {
    position: absolute;
    overflow: visible;
    left: 0;
    top: 0;
  }
  .div-body {
    display: block;
    width: 100%;
  }
  .div-header {
    display: block;
    padding-bottom: 20px;
  }
  .title {
    font-size: xx-large;
    font-weight: bold;
  }
  .div-metadata {
    font-weight: normal;
    display: inline;
  }
  .metadata {
    font-size: small;
    float: left;
  }
  .div-content {
    display: block;
  }
  .div-content {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    word-wrap: break-word;
    font-size: 14px;
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }
  .div-content > *:first-child:not(.bolt-table) {
    margin-top: 0px;
  }
  .div-content > *:last-child:not(.bolt-table) {
    margin-bottom: 0px;
  }
  .div-content table:not(.bolt-table) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-content table:not(.bolt-table).metadata-yaml-table {
    font-size: 12px;
    line-height: 1;
  }
  .div-content table:not(.bolt-table) th {
    border-style: solid;
    border-width: thin;
    border-color: rgba( 166, 166, 166 ,  1 );
    border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
    padding: 8px 10px;
  }
  .div-content table:not(.bolt-table) td {
    border-style: solid;
    border-width: thin;
    border-color: rgba( 166, 166, 166 ,  1 );
    border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
    padding: 8px 10px;
    min-width: 50px;
    max-width: 1000px;
  }
  .div-content table:not(.bolt-table) tr:nth-child(even) {
    background: rgba( 248, 248, 248 ,  1 );
    background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  }
  .div-content code {
    font-family: Menlo, Consolas, Courier New, monospace;
    font-size: 12px;
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    padding: 2px 4px;
  }
  .div-content pre {
    white-space: pre;
    word-wrap: normal;
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    padding: 15px;
    overflow-x: auto;
  }
  .div-content pre code {
    padding: 0px;
  }
  .div-content blockquote {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    border-left:  solid;
    border-left-color: rgba( 166, 166, 166 ,  1 ) 3px;
    border-left-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ) 3px;
    padding-left: 15px;
    margin-left: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 1px;
    padding-top: 1px;
  }
  .div-content blockquote > p,
  .div-content blockquote ol,
  .div-content blockquote ul {
    margin: 4px 0;
  }
  .div-content img {
    max-width: 100%;
  }
  .div-content ul {
    padding-left: 20px;
  }
  .div-content ul li.task-list-item {
    list-style-type: none;
    margin-left: -20px;
  }
  .div-content ol {
    padding-left: 25px;
  }
  .div-content li {
    list-style: inherit;
  }
  .div-content li.task-list-item {
    min-height: 18px;
  }
  .div-content .task-list input.task-list-item-checkbox {
    vertical-align: middle;
    margin: 4px;
    float: none;
  }
  .div-content h1 {
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 28px;
    font-weight: 300;
    border: none;
    margin: 14px 0;
    line-height: 1.2;
    margin-top: 28px;
  }
  .div-content h1 .bowtie-icon {
    font-size: unset;
  }
  .div-content h1:first-child {
    margin-top: 0;
  }
  .div-content h2 {
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 21px;
    font-weight: normal;
    border: none;
    margin: 14px 0;
    line-height: 1.2;
    margin-top: 28px;
  }
  .div-content h2 .bowtie-icon {
    font-size: unset;
  }
  .div-content h3 {
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 17px;
    font-weight: 600;
    border: none;
    margin: 14px 0;
    line-height: 1.2;
    margin-top: 28px;
  }
  .div-content h3 .bowtie-icon {
    font-size: unset;
  }
  .div-content h4 {
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin: 14px 0;
    line-height: 1.2;
    margin-top: 28px;
  }
  .div-content h4 .bowtie-icon {
    font-size: unset;
  }
  .div-content h5 {
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    border: none;
    margin: 14px 0;
  }
  .div-content h5 .bowtie-icon {
    font-size: unset;
  }
  .div-content h6 {
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin: 14px 0;
  }
  .div-content h6 .bowtie-icon {
    font-size: unset;
  }
  .div-content .toc-container {
    border:  1px solid;
    border-color: rgba( 0, 0, 0 ,  0.08 );
    border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  0.08 );
    border-radius: 4px;
    display: inline-block;
    padding: 10px 16px 10px 0px;
    margin-bottom: 14px;
    min-width: 250px;
  }
  .div-content .toc-container .toc-container-header {
    font-weight: 600;
    margin: 0px 16px 5px 16px;
  }
  .div-content .toc-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 16px;
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
  }
  .div-content .toc-container li::before {
    content: "\2022 ";
  }
  .div-content .toc-container a {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  ol {
    padding-left: 40px;
  }
  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid !important;
  }
  table {
    page-break-inside: avoid !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
}

.page-content-container {
  height: 100%;
  overflow: auto;
  overflow-y: hidden;
}

.page-content-container .page-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 700px;
}

.page-content-container .page-content .wiki-markdown {
  border-top:  1px solid;
  border-top-color: rgba( 200, 200, 200 ,  1 );
  border-top-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  flex: 1;
}

.page-content-container .page-content .print-frame {
  border: none;
}

.wiki-edit-with-chevron button {
  padding-right: 0px;
}

.edit-in-draft-chevron button {
  padding-left: 0px;
  padding-right: 0px;
}

.edit-in-draft button {
  padding-right: 0px;
}

.wiki-follow-button {
  padding: 9px 8px;
  font-weight: normal;
}

.wiki-follow-button-icon {
  padding-right: 8px;
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
}
