html {
  font-size: 1.4rem;
}
ul.columns, ol.columns{
  columns: 3;
}
@media only screen and (max-width: 1250px) {
  html {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1250px) {
  html {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1050px) {
  html {
    font-size: 1.1rem;
  }
  ul.columns, ol.columns{
    columns: 2;
  }
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 550px) {
  html {
    font-size: 0.8rem;
  }
  ul.columns, ol.columns{
    columns: 1;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 350px) {
  html {
    font-size: 0.5rem;
  }
}
hr{
  border: 2px solid lightgrey;
  width:100%;
}
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  margin: 0;
  color: #000;
  background-color: #fff;
  overflow-y: none;
}
body.accessable{
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
li{
  margin-left:1em;
  line-height: 1.5em
}
.modal-content {
  background-color: #eee;
  border: 4px solid #01a5b2;
  border-radius: 1em;
}
.modal-header{
  border-color: #01a5b2;
}
.modal-footer{
  border-color: #01a5b2;
}

body.modal-open .modal {
  display: flex !important;
  height: 100%;
} 
body.modal-open .modal .modal-dialog {
  margin: auto;
}
.page{
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#sun_HTML_PageSection{
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: right 0.25s;
  top:calc(3.4rem + 4px);
  right:0;
  margin: 0%;
  padding: 1px 0.5em;
  padding-bottom: 4em;
  width: 100vw;
  height: calc(100vh - 5.1rem + -4px);
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
}

#sun_HTML_NavSection{
  -webkit-overflow-scrolling: touch;
  position:fixed;
  transition: left 0.25s;
  list-style-type: none;
  top:calc(3.4rem + 4px);
  left:-100vw;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: calc(100vh - 3.4rem + -4px);
  overflow-x: none;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 1000;
}
#sun_HTML_NavSection li{
  margin-left:0px;
}
#sun_HTML_FooterSection{
  position: fixed;
  transition: right 0.25s;
  right:0;
  bottom:0;
  background-color: #343a40;
  margin-bottom:-1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left:0%;
  width: 100vw;
  z-index: 1000;
}

#navSectionItem{
  margin-bottom: 0;
  border-color: #888;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  cursor: pointer;
}
#navSectionItem a{
  display: block;
  padding: 8px 16px;
  text-decoration: none;  
}
#navSectionItem a.active{
  background-color: #008000;
  color: white;
}
#navSectionItem a:hover:not(.active) {
  background-color: #555;
  color: white;
}
p{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.25em;
}
h1{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 2.2em;
}
h2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 2em;
}
h3{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 1.7em;
}
h4{
    margin-left: 0.5em;
    margin-right: 0.5rem;
    font-size: 1.5em;
}
.red{
  color:red;
  font-weight: 700;
}
.contentSection{
  margin-bottom: 10px;
}
.card{
  background-color: rgba(0,0,0,0);
  border: 0.25rem solid #008000;
}
.card-header{
  background-color: rgba(122,122,122,0.2);
  cursor: pointer;
}
table{
  margin-top: 16px;
}
tr{
  padding-bottom: 5px;
}
td{
  padding: 5px;
}
tbody tr:hover{
  background-color: rgba(122,122,122,0.2);
}
a{
  text-decoration: none;
  color: #01a5b2;
}
a:hover{
  text-decoration: none;
  color: #ffb943;
}
.link{
  font-weight: 700;
  color: #01a5b2;
}
.link:hover{
  color: #ffb943;
  cursor: pointer;  
}
.downArrow, .leftArrow, .rightArrow, .upArrow{
  font-size: 2.5em;
  display: inline-block;
  text-align: center;
  width:100%;
  line-height: 2.75rem;
}
ul{
  margin-left: 0.1rem;
  padding-inline-start: 1.25em;
}
ul ul{
  margin-top:0.5em;
  padding-inline-start: 0.75em;
}
ol{
  margin-left: 0.1rem;
  padding-inline-start: 2rem;
}
.greenBox, .orangeBox, .redBox, .violetBox, .topBox, .plainBox, .blueBox, .redUnfilledBox{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  border: 4px black solid;
  padding-top: 1rem;
}
.greenBox hr, .orangeBox hr, .redBox hr, .violetBox hr, .topBox hr, .plainBox hr, .blueBox hr, .redUnfilledBox hr{
  border: solid 2px;
}
.top .greenBox:hover, .top .orangeBox:hover, .top .redBox:hover, .top .violetBox:hover{
  border-width: 0.125rem; 
  padding-top: 1rem;
  cursor: pointer;
}
.blueBox{
  border-color: blue;
  color: unset;
}
.plainBox{
  border-color: unset;
  color: unset;
} 
.greenBox{
  border-color: darkgreen;
  background-color: #080;
}
.greenboxwhitetext .greenBox{
  color: #fff;
}
.greenBox a{
  color: #ffb943 !important;
}
.greenBox a:hover{
  color: #01a5b2 !important;
}
.greenBox .link{
  color: #ffb943 !important;
}
.greenBox .link:hover{
  color: #01a5b2 !important;
}
.greenBox hr{
  border-color: darkgreen;
  background-color:darkgreen;
} 
.orangeBox{
  border-color: darkorange;
  background-color: orange;
} 
.orangeBox hr{
  border-color: darkorange;
  background-color:darkorange;
}  
.redBox{
  border-color: darkred;
  background-color: red;
  color: #fff;
} 
.unfilledBox{
  background-color: rgba(0,0,0,0);
  color: #000;
}
.nobgBoxes .redBox{
  color: #000 !important;
}
.redBox hr{
  border-color:darkred;
  background-color:darkred;
} 
.redBox a{
  color: #ffb943 !important;
}
.redBox a:hover{
  color: #01a5b2 !important;
}
.redBox .link{
  color: #ffb943 !important;
}
.redBox .link:hover{
  color: #01a5b2 !important;
}
.violetBox{
  border-color: darkviolet;
  background-color: violet;
}
.violetBox hr{
  border-color: darkviolet;
  background-color: darkviolet;
} 
.topBox{
  border: 0.25rem #01a5b2 solid; padding-top: 1rem;
  background-color: rgba(255, 255, 100, 1);
} 
.nobgBoxes .topBox{
  background-color: transparent !important;
} 
.topBox hr{
  border-color: #01a5b2;
  background-color: #01a5b2;
} 
.yellowRedBox{
  border: 0.25rem red solid; padding-top: 1rem;
  background-color: rgba(255, 255, 0, 1);
} 
.nobgBoxes .greenBox,.nobgBoxes .orangeBox,.nobgBoxes .redBox, .nobgBoxes .yellowRedBox, .nobgBoxes .violetBox, .nobgBoxes .topBox{
  background-color: transparent !important;
}
.nobgBoxes .greenBox{
  color:black;
}
.centerArrow{
  text-align: center; 
  display: inline-block; 
  font-size: 2.5rem;
  line-height: 2.75rem;
  overflow: hidden; 
  vertical-align: middle;
}
.fakeTable{
  min-width: 850px;
  width: 100%;
  display: block;
}
.fakeTableRow{
  width: 100%;
  display: table;
}
.fakeTableRow div{
  display: table-cell;  
  width: 16.66%;
  border: 0.25rem solid;
  padding: 0.5em;
  height: 100%;
}
.withHoldBox{
  font-weight: bold;
}
.modal-dialog {
  max-width: 90vw
}
.navbar-fixed-top .btn{
  width: 3.5rem; text-align: center;
  margin-right:0.25em;
  font-size:1.75rem;
  line-height:2.25rem;
}
.navbar-light{
  background-color: #ebebc5;
}
.btn-primary{
    color: #fff !important;
    background-color: #e89200 !important;
    border-color: #e89200 !important;
}
.btn-secondary{
  color: #fff !important;
  background-color: #01a5b2 !important;
  border-color: #01a5b2 !important;
}
.btn-settings{
  border: solid darkred;
  background-color: #ffaaaa;
}
.btn-settings.active{
  border: solid darkgreen;
  background-color: #aaffaa;
}
.horizontalScroll{
  width: 100%;
  overflow-x: auto;
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: stretch;
}

.horizontalScrollInner{
  position: relative;
  align-items: stretch;
  top: 0; right: 0; bottom: 0; left: 0;
  min-width: 100%;
  width: 50rem;
  height:auto;
  display: flex;
  flex-direction:row;
  -webkit-flex-direction:row;
}

.horizontalScrollElement{
  position: relative;
  align-items: stretch;
  top: 0; right: 0; bottom: 0; left: 0;
  flex-basis: 0;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 1;
  -webkit-flex-shrink: 1;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
}

.flex-basisFix .horizontalScrollElement > .horizontalScrollElement{
  flex-basis: auto;
}

.basis-auto{
  flex-basis: auto;
}

.flexRow{
  flex-direction:row;
  -webkit-flex-direction:row;
  flex-basis: auto;
}

.MildtoSevere .horizontalScrollInner, .MildtoSevere .flexRow{
  flex-direction:row-reverse;
  -webkit-flex-direction:row-reverse;
}
.contentSection li a, .contentSection p a{
  word-break: break-all;
}
.navbar {
    padding: 0.25em 0.25em;
}
.navbar-brand img{
  height:3rem;
}
#highlight{
  padding:1px;
  border:1px solid black;
  background-color: #ffff00;
  color: black;
}
.noHScroll .horizontalScrollInner{
  width: auto;
}
.noHScroll .horizontalScroll{
  overflow-x:visible;
}
@media only screen and (max-width: 1000px) {
  .noHScroll .horizontalScroll{
     font-size:0.8em;
  }
}
@media only screen and (max-width: 800px) {
  .noHScroll .horizontalScroll{
     font-size:0.7em;
  }
}
@media only screen and (max-width: 600px) {
  .noHScroll .horizontalScroll{
     font-size:0.6em;
  }
}
@media only screen and (max-width: 400px) {
  .noHScroll .horizontalScroll{
     font-size:0.5em;
  }
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .navbar {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-left);
    padding-bottom: .5rem;
  }
  #sun_HTML_PageSection{
    height: calc(100vh - 5.1rem + -4px);
  }
  #sun_HTML_NavSection{
    height: calc(100vh - 3.4rem + -4px);
  }
  .horizontalScrollInner{
    flex-basis:100%;
  }
}
.container {
  display: flex;
  flex-wrap: wrap;
}

.two-thirds {
  flex: 2; /* Takes 2/3 of the available space */
  padding: 0 !important;
}

.one-third {
  flex: 1; /* Takes 1/3 of the available space */
  padding: 0 !important;
  height: 100% !important;
}
.one-half {
  flex: 1; /* Takes 1/2 of the available space */
  padding: 0 !important;
}
