.title { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; color: #333333 ; font-weight: bold; padding-bottom: 0.2em}
.header { overflow-wrap: break-word}
.header a {font-family: Geneva, Arial, Helvetica, san-serif; font-size: 1em; color: #0033CC; font-variant: small-caps; padding-left: 0.3em; padding-right: 0.3em }
.header a:visited, .header a:link, .header a:active { color: blue; text-decoration: none; }
.header a:hover { background-color: #CCCCCC; }
.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #000099; text-align:center}

.code {  font-family: "Courier New", Courier, mono; font-size: 0.9em}
.codeblock {  font-family: "Courier New", Courier, mono; font-size: 0.75em; background-color: #FFFFCC; padding-top: 3px; padding-bottom: 3px; padding-right: 3px; padding-left: 3px; color: #000066}

.sansserif { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #333333}
.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em}

div.left-bar {width: 160px; float: left; padding-right: 2em; padding-bottom: 1.5em;}

@media screen and (max-width: 801px) {
.sansserif { font-size: 1.1em; }
.small { font-size: 1em}
div.left-bar {width:100%; float: none}
}

div.left-bar {float:left; width:11em; padding-right: 1rem; text-align:center}
div.main {  }
div.toc { float:right; width:10em; padding-left: 1rem; display: none }
.toc div{ font-family: Arial, Helvetica, sans-serif; font-size: 0.8rem; font-weight: bold; color: #333333; background-color: #CCCCCC; border: 1px solid #333333; padding: 4px; text-align: center}
.toc ul {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7rem; list-style: none; text-decoration: none; padding-left: 0; margin-top: 0}
.toc > ul { border-bottom-style: solid; border-width: 1px; border-color: #000066; }
.toc ul > li {background-color: #000066; padding: 4px 0; text-align: center}
.toc a { text-decoration: none; }
.toc > ul > li { color: white; font-weight: bold; }
.toc > ul > ul > li { color: #333333; background-color: #FFFFFF; text-align: left; border-style: none solid; border-width: 1px; border-color: #000066; padding: 2px; list-style: none; }
.toc > ul > li > a:link, .toc > ul > li > a:visited, .toc > ul > li > a:active { color: white; }
.toc > ul > ul > li > a:link, .toc > ul > ul > li > a:visited, .toc > ul > ul > li > a:active { color: #000066; }
.toc > ul > ul > li:hover { background: #CCCCCC; }
.toc > ul > li > a:hover { color: #CCCCCC; }

.tiles { display: flex; flex-wrap: wrap;justify-content: space-between;margin: 5px 0;}
.tiles > div {margin: 7px;min-width: 20em;flex: 1 1 0}
.tiles p { margin: 0 auto; }
.tiles ul { list-style: none; padding: 0; margin: 0.1em; }
.tiles img { float:left; clear: left; padding-right:5px; }
.tiles p a { font-weight: bold; }

.tocheading {  font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; color: #FFFFFF}
.tocentry { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333333; background-color: #FFFFFF; vertical-align: top}

.bodyText { font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 130%; color: #222222 }

.fullpage {
  max-width:1400px;
  margin-left:auto; margin-right:auto;
  padding-left:10px; padding-right:10px;
}

div.prose {overflow:auto;}

.prose p, .prose li {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 5px;
  line-height: 130%;
  font-size: 1em;
}

.prose h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000033;
  background-color:#CCCCCC;
  margin-top:20px;
  margin-bottom:5px;
  padding:3px;
  overflow: auto;
}

.prose td {
  vertical-align:top;
  padding-top:10px;
}

h2.highlight {
   background-color:#ffe765
}

div.tile {
  min-width: 400px;
  max-width: 49%;
  float: left;
  padding: 4px;
}

@media screen and (max-width: 1200px) {
  div.tile {
    max-width: 100%;
  }
}

@media screen and (max-width:  800px) {
  .embedpic { max-width: 100px; }
  div.tile { min-width: 200px;}
}

.para {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #333333;
  padding-left: 3px;
  margin-bottom: 5px;
}

.sidetable-header {
  border: 1px solid #000066;
  border-bottom: none;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  color: #333333;
  background-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}

table.sidetable {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   border: 1px solid #000066;
   width: 100%;
   margin-bottom: 12px;
}
td.sidetable {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 2px;
}

table.rambling {
   font-family: Arial, Helvetica, sans-serif;
   width: 100%;
   border-spacing:10px;
   border-collapse: collapse;
   text-align: center;
}
table.rambling td {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
table.rambling th {
  background-color: #CCCCCC;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

@media screen and (max-width: 800px) {
  .hideOnMobile {
    visibility: hidden;
    display:none;
  }
}

body {font-size: 1em}
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; color: #333333 ; font-weight: bold }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; color: #333333; font-weight: bold }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #333333; font-weight: bold }
.text {  font-family: "Times New Roman", Times, serif; font-size: 1em; color: #333333}
.subheading { font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #000033}
.embedpic {  margin-right: 11px}

div.rambling-body { clear: left }
.rambling-body p {font-family: Merriweather, serif; font-size: 1.2em; line-height: 1.2 }
.rambling-body ul {font-family: Merriweather, serif; font-size: 1.2em; line-height: 1.2 }
.rambling-body ol {font-family: Merriweather, serif; font-size: 1.2em; line-height: 1.2 }
.rambling-body code { font-size: 110%; background-color: #f8f8f8; padding: 0 2 }
.rambling-body h1 { font-family: Arial, Helvetica, sans-serif; font-size: 1.6em; color: #333333 ; font-weight: bold }
.rambling-body h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; color: #333333; font-weight: bold }
.rambling-body h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #333333; font-weight: bold }
.rambling-body pre { background-color: #fffee8; padding: 6 0 6 4 }
.rambling-body blockquote { font-family: Merriweather, serif; font-size: 1.2em; line-height: 1.2 ; font-style: italic; border-left: 8px solid #CCCCCC; margin-left:24px; padding-left: 16px; padding-block: 16px }

@media screen and (max-width: 600px) {
  .rambling-body p {font-size: 16px}
  .rambling-body ul {font-size: 16px}
  .rambling-body ol {font-size: 16px}
  .rambling-body code {font-size: 14px}
  .rambling-body h3 {  font-size: 16px}
  .rambling-body pre {  font-size: 14px }
  .rambling-body blockquote {  font-size: 16px }
}

@media screen and (max-width: 1024px) {
  .rambling-body pre { font-size: 1.1em; overflow-x: auto; max-width: 95vw}
}

@media screen and (min-width: 1025px) {
  .rambling-body pre { font-size: 1.1em; overflow-x: auto; width: calc(100vw - 300px) }
}

@media screen and (min-width: 1440px) {
  div.rambling-body { max-width: 1200px;  margin-left: auto;  margin-right: auto }
  div.rambling-heading { max-width: 1200px;  margin-left: calc((100vw - 1440px) / 2) }
  .rambling-body pre { font-size: 1.1em; overflow-x: auto; width: 1160px }
}

@media screen and (max-width: 1065px) {
  .rambling-body img { max-width: calc(100vw - 280px) }
}

@media screen and (max-width: 800px) {
  .rambling-body img { max-width: 100% }
}

@media screen and (min-width: 801px) {
div.main {margin-right: 11rem }
div.toc {display: block}
}

img.image-float-right {
  float: right;
  margin-left: 1em;
  max-width: 40%;
}

@media screen and (max-width: 600px) {
  img.image-float-right {
    float: none;
    display: block;
    max-width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.rambling-sidebar {
    float:right;
    width:210px;
    margin-left:10px;
    border-left:1px ridge #666666;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    text-align: center;
 }

@media screen and (max-width: 1024px) {
  .rambling-sidebar {
    float:none;
    width: 100%;
    font-size: 1rem;
    border-left: none;
  }

  .hideWithSideBar {
    visibility: hidden;
    display:none;
  }

  .rambling-sidebar img {
    max-width: 30%;
    height: auto
  }
}

.rambling-topics {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 4px;
}

.rambling-category {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000033;
    text-align: center;
    margin-top: 15px;
}

a.rambling {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em; color: #121269 ; font-weight: bold ;
}

a.rambling:link {
    text-decoration: none;
}

a.rambling:visited {
    text-decoration: none;
}

a.rambling:hover {
    text-decoration: underline;
}

a.rambling:active {
    text-decoration: underline;
}

a.rambling-tag {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em; color: #666666;
  font-variant: small-caps;
}

a.rambling-tag:link {
    text-decoration: none;
}

a.rambling-tag:visited {
    text-decoration: none;
}

a.rambling-tag:hover {
    text-decoration: underline;
    font-weight: bold ;
}

a.rambling-tag:active {
    text-decoration: underline;
}
