body{
    color:white;
    background-color:gray; }
.pkg {/* 列表视图  */
    border-radius: 25px;
    background-color: #eee;
    box-shadow: 5px 5px 5px #888;
    border: none;
    padding: 12pt;
    margin-bottom: 14pt;
    margin-right: 14pt;
    color: black;
    float:left;
    overflow: hidden;
    display:inline;
}

div.pkg:hover {background-color: #87c4ed;}
.pkg-name {margin:0 auto;font-weight:bold;}
.pkg-author,.pkg-category{font-size: 0.9rem;color:green; margin:0 auto;}
.pkg-desc {font-size: 0.9rem;}
.pkg p {
    text-indent:0rem;
    text-align:left;
    line-height: 1.0rem;
}



#org-toc {
    float: right;
    position: sticky;
    top: 3rem;
    right: 0rem;
    background-color: #ffebcd;
    width: max(12rem, 12%);
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
}

#org-toc h1 {
    font-size: 1rem;
}

#org-toc>ul,#org-toc>ul>li>ul {
    list-style-type: none;
    padding-left: 0.1rem;
}
#org-toc>ul,
#org-toc>ul>li>ul {
    list-style-type: none;
    padding-left: 0.1rem;
}


#result {padding-bottom: 6rem;color:black;}
#result p,.code-toolbar {
    text-indent: 2em;
    margin-right: 15rem;
}

#result h1 {
    border-bottom: 2px dotted grey;
}

#result h2,h3 {
    color:black ;
    padding-top:0.3rem;
    /* text-align: center;*/
}
#result h2{
    
    font-size:1.4rem;
    font-weight:bold;
    
}
#result h3{
    font-size:1.2rem;font-weight:bold;
}
.section-number {
  padding-right: 1rem;
}

/* #result  p.verse { margin-left: 3%; } */
#result  pre {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    /* padding-left: 8pt;*/
    font-family: monospace;
    overflow: auto;
    margin-left: 1.0em;
  }
#result   pre.src {
    position: relative;
    overflow: auto;
  }

