
.Community.Page {
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   overflow-y: hidden;
}

.Community.Page .Fixed.Layout {
   display: block;
   width: 100%;

   background-color: #256e84;
   color: #ffffff;
   text-align: center;
   flex-shrink: 0;
   flex-grow: 0;
   overflow-y: hidden;
}

.Page .Fixed.Layout .Logo {
   float: left;
   margin-top: 1.5em;
   margin-left: 1em;
   width: 3em;
   height: 1.3125em;
}

.Community .Title {
   display: block;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   font-weight: 600;
   font-size: 2em
}

.Community .Body {
   flex: 1;
   display: flex;
   overflow-y: hidden
}

.TOC {
   height: 100%;
   background-color: #f2f2f2;
   flex-shrink: 0;
   padding: 1.0em 0.5em 0.5em 0.75em
}

.TOC .Scrollable.Layout{
   height : 100%;
   overflow-y: auto;
   max-height: calc(100vh - 8em);

}


.TOC li {
   list-style: none;
}

.TOC ul {
   padding-left: 1.3em;
}

.TOC > ul {
   padding-left: 0;
}

.TOC a:not(:hover) {
   text-decoration: none;
}


.TOC li {
   padding-top: 0.5em
}

.Content {
   height: 100%;
   border-left: solid 1px #222;
   flex-grow: 1;
   padding: 8px 16px;
}


.Content .Scrollable.Layout {
   width: auto;

   overflow-y: auto;
   max-height: calc(100vh - 10em);



}

.Content .Frame {
   max-width: 50em;
 
   padding: 0 8px;

   line-height: 1.5;
   font-family: Georgia, serif;
   font-size: 20px;
   color: #1a1a1a;

}

.Content .sourceCode {
   background-color: transparent;
   overflow: visible;
}

.Content hr {
   background-color: #1a1a1a;
   border: none;
   height: 1px;
   margin: 1em 0;
}

.Content h1,
.Content h2,
.Content h3,
.Content h4,
.Content h5,
.Content h6 {
  line-height: inherit;
  font-family: inherit;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.Content h5,
.Content h6 {
   font-size: 1em;
   font-style: italic;
}

.Content h6 {
   font-weight: normal;
}
   

.Content header {
   margin-bottom: 2em;
   text-align: center;
}


.Content code {
   white-space: pre-wrap;
}

.Content span.smallcaps {
   font-variant: small-caps;
}

.Content div.columns {
   display: flex;
   gap: min(4vw, 1.5em);
}

.Content div.column {
   flex: auto;
   overflow-x: auto;
}

.Content div.hanging-indent {
   margin-left: 1.5em;
   text-indent: -1.5em;
}

Community .Content ul {
   list-style-type: none;
   padding: 0;
}

.Community .Content li {
   margin-bottom: 20px;
   background-color: white;
   padding: 15px;
   border-radius: 8px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

   .Community .Content li h2 {
      margin-top: 0;
      color: #444;
   }

   .Community .Content li p {
      margin: 10px 0;
      color: #666;
   }

   .Community .Content li a {
      text-decoration: none;
      color: #0073e6;
      font-weight: 600;
   }

      .Community .Content li a:hover {
         color: #005bb5;
      }







