.title-slide {
  background-image: url(https://drwater.net/media/rceeslogo.png);
  background-position: 98% 2%;
  background-size: 85px;
  background-color: #fff;
  padding-left: 100px;
}
.remark-slide-number {
  position: inherit;
}
.remark-slide-number .progress-bar-container {
  position: absolute;
  top: 0;
  height: 4px;
  display: block;
  left: 0;
  right: 0;
}
.remark-slide-number .progress-bar {
  height: 100%;
  background-color: black;
}
div.my-footer-left {
  background-color: gray;
  position: absolute;
  border-style: solid;
  border-width: 0.1px;
  color: black;
  bottom: 0px;
  left: 2.7%;
  height: 24px;
  width: 48.65%;
  font-size: 14pt;
}
div.my-footer-right {
  position: absolute;
  border-style: solid;
  border-width: 0.1px;
  text-align: right;
  color: black;
  bottom: 0px;
  left: 51.35%;
  height: 24px;
  width: 48.64%;
  font-size: 14pt;
}
.inverse {
  background-color: #ffffff;
  color: #d6d6d6;
  text-shadow: 0 0 0px #333;
}
.inverse h1,
.inverse h2,
.inverse h3 {
  color: #131313;
}
body {
  font-family: system-ui;
}
h1,
h2,
h3 {
  font-family: system-ui;
  font-weight: bold;
  color: rgb(60, 60, 60);
}
p,
li {
  font-size: 1.6em;
}
.remark-slide-content h1 {
  text-align: center;
  margin-top: 10px;
  color: rgb(9, 86, 194);
  line-height: 1.6em;
  font-size: 2.6em;
}
.remark-slide-content h2 {
  text-align: left;
  margin-top: 10px;
  line-height: 1.6em;
  font-size: 2.2em;
}
.remark-slide-content h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.6em;
}
.remark-slide-content h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.remark-slide-content h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.remark-slide-content {
  padding: 0em 2em 1em 2em;
}
.title-slide h1 {
  font-size: 2.5em;
  margin-top: 180px;
  margin-bottom: 120px;
}
.title-slide h2 {
  position: absolute;
  left: 1px;
  top: 2px;
  font-size: 0.8em;
}
.title-slide h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.title-slide .remark-slide-number {
  display: none;
}

.remark-slide-content h1:after {
  content: " ";
  display: block;
  border: 3px solid;
  border-image: linear-gradient(to right, white, black, white) 1;
  border-radius: 1px;
}
.remark-slide-content h2:after {
  content: " ";
  display: block;
  border: 3px solid;
  border-image: linear-gradient(to right, black, white) 1;
  border-radius: 1px;
}

.title-slide h1:after {
  content: " ";
  display: block;
  border: 3px solid;
  border-image: linear-gradient(to right, white, black, white) 1;
  border-radius: 1px;
}

.title-slide h2:after {
  content: " ";
  display: block;
  border: 3px solid;
  border-image: linear-gradient(to black, white) 1;
  border-radius: 1px;
}
.abpos {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  background-color: #2222bbcc;
  color: white;
  font-size: 1.5em;
}
.abfullscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.em {
  color: white;
  font-weight: bold;
  background-color: rgb(9, 86, 194);
  padding: 5px;
}
li.section {
  color: black;
}
li.subsection {
  font-size: 0.95em;
  list-style-type: none;
}

.remark-slide-content ul li {
  font-size: 1.5em;
  list-style-type: circle;
  line-height: 1.5em;
}
.remark-slide-content ol li {
  font-size: 1em;
  list-style-type: number;
  line-height: 1.5em;
}

.leaflet-popup-content {
  width: 500px !important;
}
a,
a > code {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}

a {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}
a:hover {
  color: #ef562d;
}

.remark-inline-code {
  color: Gray;
}
.remark-code {
  color: Gray;
}

.toccontent {
  padding: 1em 3em 2em 4em;
  font-size: 2em;
  line-height: 1.5;
}
.footnote {
  position: absolute;
  bottom: 24px;
  padding-right: 4em;
  font-size: 70%;
}

.pull-left-10 {
  float: left;
  width: 7%;
}
.pull-left-15 {
  float: left;
  width: 12%;
}
.pull-left-20 {
  float: left;
  width: 17%;
}
.pull-left-25 {
  float: left;
  width: 22%;
}
.pull-left-30 {
  float: left;
  width: 27%;
}
.pull-left-35 {
  float: left;
  width: 32%;
}
.pull-left-40 {
  float: left;
  width: 37%;
}
.pull-left-45 {
  float: left;
  width: 42%;
}
.pull-left-50 {
  float: left;
  width: 47%;
}
.pull-left-55 {
  float: left;
  width: 52%;
}
.pull-left-60 {
  float: left;
  width: 57%;
}
.pull-left-65 {
  float: left;
  width: 62%;
}
.pull-left-70 {
  float: left;
  width: 67%;
}
.pull-left-75 {
  float: left;
  width: 72%;
}
.pull-left-80 {
  float: left;
  width: 77%;
}
.pull-left-85 {
  float: left;
  width: 82%;
}
.pull-left-90 {
  float: left;
  width: 87%;
}
.pull-left-95 {
  float: left;
  width: 92%;
}
.pull-right-10 {
  float: right;
  width: 7%;
}
.pull-right-15 {
  float: right;
  width: 12%;
}
.pull-right-20 {
  float: right;
  width: 17%;
}
.pull-right-25 {
  float: right;
  width: 22%;
}
.pull-right-30 {
  float: right;
  width: 27%;
}
.pull-right-35 {
  float: right;
  width: 32%;
}
.pull-right-40 {
  float: right;
  width: 37%;
}
.pull-right-45 {
  float: right;
  width: 42%;
}
.pull-right-50 {
  float: right;
  width: 47%;
}
.pull-right-55 {
  float: right;
  width: 52%;
}
.pull-right-60 {
  float: right;
  width: 57%;
}
.pull-right-65 {
  float: right;
  width: 62%;
}
.pull-right-70 {
  float: right;
  width: 67%;
}
.pull-right-75 {
  float: right;
  width: 72%;
}
.pull-right-80 {
  float: right;
  width: 77%;
}
.pull-right-85 {
  float: right;
  width: 82%;
}
.pull-right-90 {
  float: right;
  width: 87%;
}
.pull-right-95 {
  float: right;
  width: 92%;
}

.ref {
  position: absolute;
  margin: 0 auto;
  right: 2%;
  font-size: medium;
  text-align: end;
  max-width: 90%;
  width: fit-content;
  color: gray;
  bottom: 5%;
}

.con {
  position: absolute;
  margin: 20 auto;
  padding: 5px;
  bottom: 8%;
  color: white;
  font-weight: bold;
  background-color: rgb(9, 86, 194);
  max-width: 94%;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, 0%);
}

.conc {
  position: absolute;
  margin: 20 auto;
  padding: 5px;
  bottom: 8%;
  color: white;
  font-weight: bold;
  background-color: rgb(9, 86, 194);
  max-width: 94%;
  width: fit-content;
  transform: translate(-50%, 0%);
}

.conl {
  position: absolute;
  margin: 20 auto;
  padding: 5px;
  bottom: 8%;
  color: white;
  font-weight: bold;
  background-color: rgb(9, 86, 194);
  max-width: 48%;
  width: fit-content;
  left: 25%;
  transform: translate(-50%, 0%);
}

.conr {
  position: absolute;
  margin: 20 auto;
  padding: 5px;
  bottom: 8%;
  color: white;
  font-weight: bold;
  background-color: rgb(9, 86, 194);
  max-width: 48%;
  width: fit-content;
  left: 75%;
  transform: translate(-50%, 0%);
}

.c {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.l {
  align: left;
}
.r {
  align: right;
}
.t {
  vertical-align: top;
}
.b {
  vertical-align: bottom;
}
.m {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.h1 {
  height: 1%;
}
.h2 {
  height: 2%;
}
.h3 {
  height: 3%;
}
.h4 {
  height: 4%;
}
.h5 {
  height: 5%;
}
.h6 {
  height: 6%;
}
.h7 {
  height: 7%;
}
.h8 {
  height: 8%;
}
.h9 {
  height: 9%;
}
.h10 {
  height: 10%;
}
.h11 {
  height: 11%;
}
.h12 {
  height: 12%;
}
.h13 {
  height: 13%;
}
.h14 {
  height: 14%;
}
.h15 {
  height: 15%;
}
.h16 {
  height: 16%;
}
.h17 {
  height: 17%;
}
.h18 {
  height: 18%;
}
.h19 {
  height: 19%;
}
.h20 {
  height: 20%;
}
.h21 {
  height: 21%;
}
.h22 {
  height: 22%;
}
.h23 {
  height: 23%;
}
.h24 {
  height: 24%;
}
.h25 {
  height: 25%;
}
.h26 {
  height: 26%;
}
.h27 {
  height: 27%;
}
.h28 {
  height: 28%;
}
.h29 {
  height: 29%;
}
.h30 {
  height: 30%;
}
.h31 {
  height: 31%;
}
.h32 {
  height: 32%;
}
.h33 {
  height: 33%;
}
.h34 {
  height: 34%;
}
.h35 {
  height: 35%;
}
.h36 {
  height: 36%;
}
.h37 {
  height: 37%;
}
.h38 {
  height: 38%;
}
.h39 {
  height: 39%;
}
.h40 {
  height: 40%;
}
.h41 {
  height: 41%;
}
.h42 {
  height: 42%;
}
.h43 {
  height: 43%;
}
.h44 {
  height: 44%;
}
.h45 {
  height: 45%;
}
.h46 {
  height: 46%;
}
.h47 {
  height: 47%;
}
.h48 {
  height: 48%;
}
.h49 {
  height: 49%;
}
.h50 {
  height: 50%;
}
.h51 {
  height: 51%;
}
.h52 {
  height: 52%;
}
.h53 {
  height: 53%;
}
.h54 {
  height: 54%;
}
.h55 {
  height: 55%;
}
.h56 {
  height: 56%;
}
.h57 {
  height: 57%;
}
.h58 {
  height: 58%;
}
.h59 {
  height: 59%;
}
.h60 {
  height: 60%;
}
.h61 {
  height: 61%;
}
.h62 {
  height: 62%;
}
.h63 {
  height: 63%;
}
.h64 {
  height: 64%;
}
.h65 {
  height: 65%;
}
.h66 {
  height: 66%;
}
.h67 {
  height: 67%;
}
.h68 {
  height: 68%;
}
.h69 {
  height: 69%;
}
.h70 {
  height: 70%;
}
.h71 {
  height: 71%;
}
.h72 {
  height: 72%;
}
.h73 {
  height: 73%;
}
.h74 {
  height: 74%;
}
.h75 {
  height: 75%;
}
.h76 {
  height: 76%;
}
.h77 {
  height: 77%;
}
.h78 {
  height: 78%;
}
.h79 {
  height: 79%;
}
.h80 {
  height: 80%;
}
.h81 {
  height: 81%;
}
.h82 {
  height: 82%;
}
.h83 {
  height: 83%;
}
.h84 {
  height: 84%;
}
.h85 {
  height: 85%;
}
.h86 {
  height: 86%;
}
.h87 {
  height: 87%;
}
.h88 {
  height: 88%;
}
.h89 {
  height: 89%;
}
.h90 {
  height: 90%;
}
.h91 {
  height: 91%;
}
.h92 {
  height: 92%;
}
.h93 {
  height: 93%;
}
.h94 {
  height: 94%;
}
.h95 {
  height: 95%;
}
.h96 {
  height: 96%;
}
.h97 {
  height: 97%;
}
.h98 {
  height: 98%;
}
.h99 {
  height: 99%;
}
.h100 {
  height: 100%;
}
.w1 {
  width: 1%;
}
.w2 {
  width: 2%;
}
.w3 {
  width: 3%;
}
.w4 {
  width: 4%;
}
.w5 {
  width: 5%;
}
.w6 {
  width: 6%;
}
.w7 {
  width: 7%;
}
.w8 {
  width: 8%;
}
.w9 {
  width: 9%;
}
.w10 {
  width: 10%;
}
.w11 {
  width: 11%;
}
.w12 {
  width: 12%;
}
.w13 {
  width: 13%;
}
.w14 {
  width: 14%;
}
.w15 {
  width: 15%;
}
.w16 {
  width: 16%;
}
.w17 {
  width: 17%;
}
.w18 {
  width: 18%;
}
.w19 {
  width: 19%;
}
.w20 {
  width: 20%;
}
.w21 {
  width: 21%;
}
.w22 {
  width: 22%;
}
.w23 {
  width: 23%;
}
.w24 {
  width: 24%;
}
.w25 {
  width: 25%;
}
.w26 {
  width: 26%;
}
.w27 {
  width: 27%;
}
.w28 {
  width: 28%;
}
.w29 {
  width: 29%;
}
.w30 {
  width: 30%;
}
.w31 {
  width: 31%;
}
.w32 {
  width: 32%;
}
.w33 {
  width: 33%;
}
.w34 {
  width: 34%;
}
.w35 {
  width: 35%;
}
.w36 {
  width: 36%;
}
.w37 {
  width: 37%;
}
.w38 {
  width: 38%;
}
.w39 {
  width: 39%;
}
.w40 {
  width: 40%;
}
.w41 {
  width: 41%;
}
.w42 {
  width: 42%;
}
.w43 {
  width: 43%;
}
.w44 {
  width: 44%;
}
.w45 {
  width: 45%;
}
.w46 {
  width: 46%;
}
.w47 {
  width: 47%;
}
.w48 {
  width: 48%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w51 {
  width: 51%;
}
.w52 {
  width: 52%;
}
.w53 {
  width: 53%;
}
.w54 {
  width: 54%;
}
.w55 {
  width: 55%;
}
.w56 {
  width: 56%;
}
.w57 {
  width: 57%;
}
.w58 {
  width: 58%;
}
.w59 {
  width: 59%;
}
.w60 {
  width: 60%;
}
.w61 {
  width: 61%;
}
.w62 {
  width: 62%;
}
.w63 {
  width: 63%;
}
.w64 {
  width: 64%;
}
.w65 {
  width: 65%;
}
.w66 {
  width: 66%;
}
.w67 {
  width: 67%;
}
.w68 {
  width: 68%;
}
.w69 {
  width: 69%;
}
.w70 {
  width: 70%;
}
.w71 {
  width: 71%;
}
.w72 {
  width: 72%;
}
.w73 {
  width: 73%;
}
.w74 {
  width: 74%;
}
.w75 {
  width: 75%;
}
.w76 {
  width: 76%;
}
.w77 {
  width: 77%;
}
.w78 {
  width: 78%;
}
.w79 {
  width: 79%;
}
.w80 {
  width: 80%;
}
.w81 {
  width: 81%;
}
.w82 {
  width: 82%;
}
.w83 {
  width: 83%;
}
.w84 {
  width: 84%;
}
.w85 {
  width: 85%;
}
.w86 {
  width: 86%;
}
.w87 {
  width: 87%;
}
.w88 {
  width: 88%;
}
.w89 {
  width: 89%;
}
.w90 {
  width: 90%;
}
.w91 {
  width: 91%;
}
.w92 {
  width: 92%;
}
.w93 {
  width: 93%;
}
.w94 {
  width: 94%;
}
.w95 {
  width: 95%;
}
.w96 {
  width: 96%;
}
.w97 {
  width: 97%;
}
.w98 {
  width: 98%;
}
.w99 {
  width: 99%;
}
.w100 {
  width: 100%;
}
.l1 {
  position: absolute;
  left: 1%;
}
.l2 {
  position: absolute;
  left: 2%;
}
.l3 {
  position: absolute;
  left: 3%;
}
.l4 {
  position: absolute;
  left: 4%;
}
.l5 {
  position: absolute;
  left: 5%;
}
.l6 {
  position: absolute;
  left: 6%;
}
.l7 {
  position: absolute;
  left: 7%;
}
.l8 {
  position: absolute;
  left: 8%;
}
.l9 {
  position: absolute;
  left: 9%;
}
.l10 {
  position: absolute;
  left: 10%;
}
.l11 {
  position: absolute;
  left: 11%;
}
.l12 {
  position: absolute;
  left: 12%;
}
.l13 {
  position: absolute;
  left: 13%;
}
.l14 {
  position: absolute;
  left: 14%;
}
.l15 {
  position: absolute;
  left: 15%;
}
.l16 {
  position: absolute;
  left: 16%;
}
.l17 {
  position: absolute;
  left: 17%;
}
.l18 {
  position: absolute;
  left: 18%;
}
.l19 {
  position: absolute;
  left: 19%;
}
.l20 {
  position: absolute;
  left: 20%;
}
.l21 {
  position: absolute;
  left: 21%;
}
.l22 {
  position: absolute;
  left: 22%;
}
.l23 {
  position: absolute;
  left: 23%;
}
.l24 {
  position: absolute;
  left: 24%;
}
.l25 {
  position: absolute;
  left: 25%;
}
.l26 {
  position: absolute;
  left: 26%;
}
.l27 {
  position: absolute;
  left: 27%;
}
.l28 {
  position: absolute;
  left: 28%;
}
.l29 {
  position: absolute;
  left: 29%;
}
.l30 {
  position: absolute;
  left: 30%;
}
.l31 {
  position: absolute;
  left: 31%;
}
.l32 {
  position: absolute;
  left: 32%;
}
.l33 {
  position: absolute;
  left: 33%;
}
.l34 {
  position: absolute;
  left: 34%;
}
.l35 {
  position: absolute;
  left: 35%;
}
.l36 {
  position: absolute;
  left: 36%;
}
.l37 {
  position: absolute;
  left: 37%;
}
.l38 {
  position: absolute;
  left: 38%;
}
.l39 {
  position: absolute;
  left: 39%;
}
.l40 {
  position: absolute;
  left: 40%;
}
.l41 {
  position: absolute;
  left: 41%;
}
.l42 {
  position: absolute;
  left: 42%;
}
.l43 {
  position: absolute;
  left: 43%;
}
.l44 {
  position: absolute;
  left: 44%;
}
.l45 {
  position: absolute;
  left: 45%;
}
.l46 {
  position: absolute;
  left: 46%;
}
.l47 {
  position: absolute;
  left: 47%;
}
.l48 {
  position: absolute;
  left: 48%;
}
.l49 {
  position: absolute;
  left: 49%;
}
.l50 {
  position: absolute;
  left: 50%;
}
.l51 {
  position: absolute;
  left: 51%;
}
.l52 {
  position: absolute;
  left: 52%;
}
.l53 {
  position: absolute;
  left: 53%;
}
.l54 {
  position: absolute;
  left: 54%;
}
.l55 {
  position: absolute;
  left: 55%;
}
.l56 {
  position: absolute;
  left: 56%;
}
.l57 {
  position: absolute;
  left: 57%;
}
.l58 {
  position: absolute;
  left: 58%;
}
.l59 {
  position: absolute;
  left: 59%;
}
.l60 {
  position: absolute;
  left: 60%;
}
.l61 {
  position: absolute;
  left: 61%;
}
.l62 {
  position: absolute;
  left: 62%;
}
.l63 {
  position: absolute;
  left: 63%;
}
.l64 {
  position: absolute;
  left: 64%;
}
.l65 {
  position: absolute;
  left: 65%;
}
.l66 {
  position: absolute;
  left: 66%;
}
.l67 {
  position: absolute;
  left: 67%;
}
.l68 {
  position: absolute;
  left: 68%;
}
.l69 {
  position: absolute;
  left: 69%;
}
.l70 {
  position: absolute;
  left: 70%;
}
.l71 {
  position: absolute;
  left: 71%;
}
.l72 {
  position: absolute;
  left: 72%;
}
.l73 {
  position: absolute;
  left: 73%;
}
.l74 {
  position: absolute;
  left: 74%;
}
.l75 {
  position: absolute;
  left: 75%;
}
.l76 {
  position: absolute;
  left: 76%;
}
.l77 {
  position: absolute;
  left: 77%;
}
.l78 {
  position: absolute;
  left: 78%;
}
.l79 {
  position: absolute;
  left: 79%;
}
.l80 {
  position: absolute;
  left: 80%;
}
.l81 {
  position: absolute;
  left: 81%;
}
.l82 {
  position: absolute;
  left: 82%;
}
.l83 {
  position: absolute;
  left: 83%;
}
.l84 {
  position: absolute;
  left: 84%;
}
.l85 {
  position: absolute;
  left: 85%;
}
.l86 {
  position: absolute;
  left: 86%;
}
.l87 {
  position: absolute;
  left: 87%;
}
.l88 {
  position: absolute;
  left: 88%;
}
.l89 {
  position: absolute;
  left: 89%;
}
.l90 {
  position: absolute;
  left: 90%;
}
.l91 {
  position: absolute;
  left: 91%;
}
.l92 {
  position: absolute;
  left: 92%;
}
.l93 {
  position: absolute;
  left: 93%;
}
.l94 {
  position: absolute;
  left: 94%;
}
.l95 {
  position: absolute;
  left: 95%;
}
.l96 {
  position: absolute;
  left: 96%;
}
.l97 {
  position: absolute;
  left: 97%;
}
.l98 {
  position: absolute;
  left: 98%;
}
.l99 {
  position: absolute;
  left: 99%;
}
.l100 {
  position: absolute;
  left: 100%;
}
.t1 {
  position: absolute;
  top: 1%;
}
.t2 {
  position: absolute;
  top: 2%;
}
.t3 {
  position: absolute;
  top: 3%;
}
.t4 {
  position: absolute;
  top: 4%;
}
.t5 {
  position: absolute;
  top: 5%;
}
.t6 {
  position: absolute;
  top: 6%;
}
.t7 {
  position: absolute;
  top: 7%;
}
.t8 {
  position: absolute;
  top: 8%;
}
.t9 {
  position: absolute;
  top: 9%;
}
.t10 {
  position: absolute;
  top: 10%;
}
.t11 {
  position: absolute;
  top: 11%;
}
.t12 {
  position: absolute;
  top: 12%;
}
.t13 {
  position: absolute;
  top: 13%;
}
.t14 {
  position: absolute;
  top: 14%;
}
.t15 {
  position: absolute;
  top: 15%;
}
.t16 {
  position: absolute;
  top: 16%;
}
.t17 {
  position: absolute;
  top: 17%;
}
.t18 {
  position: absolute;
  top: 18%;
}
.t19 {
  position: absolute;
  top: 19%;
}
.t20 {
  position: absolute;
  top: 20%;
}
.t21 {
  position: absolute;
  top: 21%;
}
.t22 {
  position: absolute;
  top: 22%;
}
.t23 {
  position: absolute;
  top: 23%;
}
.t24 {
  position: absolute;
  top: 24%;
}
.t25 {
  position: absolute;
  top: 25%;
}
.t26 {
  position: absolute;
  top: 26%;
}
.t27 {
  position: absolute;
  top: 27%;
}
.t28 {
  position: absolute;
  top: 28%;
}
.t29 {
  position: absolute;
  top: 29%;
}
.t30 {
  position: absolute;
  top: 30%;
}
.t31 {
  position: absolute;
  top: 31%;
}
.t32 {
  position: absolute;
  top: 32%;
}
.t33 {
  position: absolute;
  top: 33%;
}
.t34 {
  position: absolute;
  top: 34%;
}
.t35 {
  position: absolute;
  top: 35%;
}
.t36 {
  position: absolute;
  top: 36%;
}
.t37 {
  position: absolute;
  top: 37%;
}
.t38 {
  position: absolute;
  top: 38%;
}
.t39 {
  position: absolute;
  top: 39%;
}
.t40 {
  position: absolute;
  top: 40%;
}
.t41 {
  position: absolute;
  top: 41%;
}
.t42 {
  position: absolute;
  top: 42%;
}
.t43 {
  position: absolute;
  top: 43%;
}
.t44 {
  position: absolute;
  top: 44%;
}
.t45 {
  position: absolute;
  top: 45%;
}
.t46 {
  position: absolute;
  top: 46%;
}
.t47 {
  position: absolute;
  top: 47%;
}
.t48 {
  position: absolute;
  top: 48%;
}
.t49 {
  position: absolute;
  top: 49%;
}
.t50 {
  position: absolute;
  top: 50%;
}
.t51 {
  position: absolute;
  top: 51%;
}
.t52 {
  position: absolute;
  top: 52%;
}
.t53 {
  position: absolute;
  top: 53%;
}
.t54 {
  position: absolute;
  top: 54%;
}
.t55 {
  position: absolute;
  top: 55%;
}
.t56 {
  position: absolute;
  top: 56%;
}
.t57 {
  position: absolute;
  top: 57%;
}
.t58 {
  position: absolute;
  top: 58%;
}
.t59 {
  position: absolute;
  top: 59%;
}
.t60 {
  position: absolute;
  top: 60%;
}
.t61 {
  position: absolute;
  top: 61%;
}
.t62 {
  position: absolute;
  top: 62%;
}
.t63 {
  position: absolute;
  top: 63%;
}
.t64 {
  position: absolute;
  top: 64%;
}
.t65 {
  position: absolute;
  top: 65%;
}
.t66 {
  position: absolute;
  top: 66%;
}
.t67 {
  position: absolute;
  top: 67%;
}
.t68 {
  position: absolute;
  top: 68%;
}
.t69 {
  position: absolute;
  top: 69%;
}
.t70 {
  position: absolute;
  top: 70%;
}
.t71 {
  position: absolute;
  top: 71%;
}
.t72 {
  position: absolute;
  top: 72%;
}
.t73 {
  position: absolute;
  top: 73%;
}
.t74 {
  position: absolute;
  top: 74%;
}
.t75 {
  position: absolute;
  top: 75%;
}
.t76 {
  position: absolute;
  top: 76%;
}
.t77 {
  position: absolute;
  top: 77%;
}
.t78 {
  position: absolute;
  top: 78%;
}
.t79 {
  position: absolute;
  top: 79%;
}
.t80 {
  position: absolute;
  top: 80%;
}
.t81 {
  position: absolute;
  top: 81%;
}
.t82 {
  position: absolute;
  top: 82%;
}
.t83 {
  position: absolute;
  top: 83%;
}
.t84 {
  position: absolute;
  top: 84%;
}
.t85 {
  position: absolute;
  top: 85%;
}
.t86 {
  position: absolute;
  top: 86%;
}
.t87 {
  position: absolute;
  top: 87%;
}
.t88 {
  position: absolute;
  top: 88%;
}
.t89 {
  position: absolute;
  top: 89%;
}
.t90 {
  position: absolute;
  top: 90%;
}
.t91 {
  position: absolute;
  top: 91%;
}
.t92 {
  position: absolute;
  top: 92%;
}
.t93 {
  position: absolute;
  top: 93%;
}
.t94 {
  position: absolute;
  top: 94%;
}
.t95 {
  position: absolute;
  top: 95%;
}
.t96 {
  position: absolute;
  top: 96%;
}
.t97 {
  position: absolute;
  top: 97%;
}
.t98 {
  position: absolute;
  top: 98%;
}
.t99 {
  position: absolute;
  top: 99%;
}
.t100 {
  position: absolute;
  top: 100%;
}
.r1 {
  position: absolute;
  right: 1%;
}
.r2 {
  position: absolute;
  right: 2%;
}
.r3 {
  position: absolute;
  right: 3%;
}
.r4 {
  position: absolute;
  right: 4%;
}
.r5 {
  position: absolute;
  right: 5%;
}
.r6 {
  position: absolute;
  right: 6%;
}
.r7 {
  position: absolute;
  right: 7%;
}
.r8 {
  position: absolute;
  right: 8%;
}
.r9 {
  position: absolute;
  right: 9%;
}
.r10 {
  position: absolute;
  right: 10%;
}
.r11 {
  position: absolute;
  right: 11%;
}
.r12 {
  position: absolute;
  right: 12%;
}
.r13 {
  position: absolute;
  right: 13%;
}
.r14 {
  position: absolute;
  right: 14%;
}
.r15 {
  position: absolute;
  right: 15%;
}
.r16 {
  position: absolute;
  right: 16%;
}
.r17 {
  position: absolute;
  right: 17%;
}
.r18 {
  position: absolute;
  right: 18%;
}
.r19 {
  position: absolute;
  right: 19%;
}
.r20 {
  position: absolute;
  right: 20%;
}
.r21 {
  position: absolute;
  right: 21%;
}
.r22 {
  position: absolute;
  right: 22%;
}
.r23 {
  position: absolute;
  right: 23%;
}
.r24 {
  position: absolute;
  right: 24%;
}
.r25 {
  position: absolute;
  right: 25%;
}
.r26 {
  position: absolute;
  right: 26%;
}
.r27 {
  position: absolute;
  right: 27%;
}
.r28 {
  position: absolute;
  right: 28%;
}
.r29 {
  position: absolute;
  right: 29%;
}
.r30 {
  position: absolute;
  right: 30%;
}
.r31 {
  position: absolute;
  right: 31%;
}
.r32 {
  position: absolute;
  right: 32%;
}
.r33 {
  position: absolute;
  right: 33%;
}
.r34 {
  position: absolute;
  right: 34%;
}
.r35 {
  position: absolute;
  right: 35%;
}
.r36 {
  position: absolute;
  right: 36%;
}
.r37 {
  position: absolute;
  right: 37%;
}
.r38 {
  position: absolute;
  right: 38%;
}
.r39 {
  position: absolute;
  right: 39%;
}
.r40 {
  position: absolute;
  right: 40%;
}
.r41 {
  position: absolute;
  right: 41%;
}
.r42 {
  position: absolute;
  right: 42%;
}
.r43 {
  position: absolute;
  right: 43%;
}
.r44 {
  position: absolute;
  right: 44%;
}
.r45 {
  position: absolute;
  right: 45%;
}
.r46 {
  position: absolute;
  right: 46%;
}
.r47 {
  position: absolute;
  right: 47%;
}
.r48 {
  position: absolute;
  right: 48%;
}
.r49 {
  position: absolute;
  right: 49%;
}
.r50 {
  position: absolute;
  right: 50%;
}
.r51 {
  position: absolute;
  right: 51%;
}
.r52 {
  position: absolute;
  right: 52%;
}
.r53 {
  position: absolute;
  right: 53%;
}
.r54 {
  position: absolute;
  right: 54%;
}
.r55 {
  position: absolute;
  right: 55%;
}
.r56 {
  position: absolute;
  right: 56%;
}
.r57 {
  position: absolute;
  right: 57%;
}
.r58 {
  position: absolute;
  right: 58%;
}
.r59 {
  position: absolute;
  right: 59%;
}
.r60 {
  position: absolute;
  right: 60%;
}
.r61 {
  position: absolute;
  right: 61%;
}
.r62 {
  position: absolute;
  right: 62%;
}
.r63 {
  position: absolute;
  right: 63%;
}
.r64 {
  position: absolute;
  right: 64%;
}
.r65 {
  position: absolute;
  right: 65%;
}
.r66 {
  position: absolute;
  right: 66%;
}
.r67 {
  position: absolute;
  right: 67%;
}
.r68 {
  position: absolute;
  right: 68%;
}
.r69 {
  position: absolute;
  right: 69%;
}
.r70 {
  position: absolute;
  right: 70%;
}
.r71 {
  position: absolute;
  right: 71%;
}
.r72 {
  position: absolute;
  right: 72%;
}
.r73 {
  position: absolute;
  right: 73%;
}
.r74 {
  position: absolute;
  right: 74%;
}
.r75 {
  position: absolute;
  right: 75%;
}
.r76 {
  position: absolute;
  right: 76%;
}
.r77 {
  position: absolute;
  right: 77%;
}
.r78 {
  position: absolute;
  right: 78%;
}
.r79 {
  position: absolute;
  right: 79%;
}
.r80 {
  position: absolute;
  right: 80%;
}
.r81 {
  position: absolute;
  right: 81%;
}
.r82 {
  position: absolute;
  right: 82%;
}
.r83 {
  position: absolute;
  right: 83%;
}
.r84 {
  position: absolute;
  right: 84%;
}
.r85 {
  position: absolute;
  right: 85%;
}
.r86 {
  position: absolute;
  right: 86%;
}
.r87 {
  position: absolute;
  right: 87%;
}
.r88 {
  position: absolute;
  right: 88%;
}
.r89 {
  position: absolute;
  right: 89%;
}
.r90 {
  position: absolute;
  right: 90%;
}
.r91 {
  position: absolute;
  right: 91%;
}
.r92 {
  position: absolute;
  right: 92%;
}
.r93 {
  position: absolute;
  right: 93%;
}
.r94 {
  position: absolute;
  right: 94%;
}
.r95 {
  position: absolute;
  right: 95%;
}
.r96 {
  position: absolute;
  right: 96%;
}
.r97 {
  position: absolute;
  right: 97%;
}
.r98 {
  position: absolute;
  right: 98%;
}
.r99 {
  position: absolute;
  right: 99%;
}
.r100 {
  position: absolute;
  right: 100%;
}
.b1 {
  position: absolute;
  bottom: 1%;
}
.b2 {
  position: absolute;
  bottom: 2%;
}
.b3 {
  position: absolute;
  bottom: 3%;
}
.b4 {
  position: absolute;
  bottom: 4%;
}
.b5 {
  position: absolute;
  bottom: 5%;
}
.b6 {
  position: absolute;
  bottom: 6%;
}
.b7 {
  position: absolute;
  bottom: 7%;
}
.b8 {
  position: absolute;
  bottom: 8%;
}
.b9 {
  position: absolute;
  bottom: 9%;
}
.b10 {
  position: absolute;
  bottom: 10%;
}
.b11 {
  position: absolute;
  bottom: 11%;
}
.b12 {
  position: absolute;
  bottom: 12%;
}
.b13 {
  position: absolute;
  bottom: 13%;
}
.b14 {
  position: absolute;
  bottom: 14%;
}
.b15 {
  position: absolute;
  bottom: 15%;
}
.b16 {
  position: absolute;
  bottom: 16%;
}
.b17 {
  position: absolute;
  bottom: 17%;
}
.b18 {
  position: absolute;
  bottom: 18%;
}
.b19 {
  position: absolute;
  bottom: 19%;
}
.b20 {
  position: absolute;
  bottom: 20%;
}
.b21 {
  position: absolute;
  bottom: 21%;
}
.b22 {
  position: absolute;
  bottom: 22%;
}
.b23 {
  position: absolute;
  bottom: 23%;
}
.b24 {
  position: absolute;
  bottom: 24%;
}
.b25 {
  position: absolute;
  bottom: 25%;
}
.b26 {
  position: absolute;
  bottom: 26%;
}
.b27 {
  position: absolute;
  bottom: 27%;
}
.b28 {
  position: absolute;
  bottom: 28%;
}
.b29 {
  position: absolute;
  bottom: 29%;
}
.b30 {
  position: absolute;
  bottom: 30%;
}
.b31 {
  position: absolute;
  bottom: 31%;
}
.b32 {
  position: absolute;
  bottom: 32%;
}
.b33 {
  position: absolute;
  bottom: 33%;
}
.b34 {
  position: absolute;
  bottom: 34%;
}
.b35 {
  position: absolute;
  bottom: 35%;
}
.b36 {
  position: absolute;
  bottom: 36%;
}
.b37 {
  position: absolute;
  bottom: 37%;
}
.b38 {
  position: absolute;
  bottom: 38%;
}
.b39 {
  position: absolute;
  bottom: 39%;
}
.b40 {
  position: absolute;
  bottom: 40%;
}
.b41 {
  position: absolute;
  bottom: 41%;
}
.b42 {
  position: absolute;
  bottom: 42%;
}
.b43 {
  position: absolute;
  bottom: 43%;
}
.b44 {
  position: absolute;
  bottom: 44%;
}
.b45 {
  position: absolute;
  bottom: 45%;
}
.b46 {
  position: absolute;
  bottom: 46%;
}
.b47 {
  position: absolute;
  bottom: 47%;
}
.b48 {
  position: absolute;
  bottom: 48%;
}
.b49 {
  position: absolute;
  bottom: 49%;
}
.b50 {
  position: absolute;
  bottom: 50%;
}
.b51 {
  position: absolute;
  bottom: 51%;
}
.b52 {
  position: absolute;
  bottom: 52%;
}
.b53 {
  position: absolute;
  bottom: 53%;
}
.b54 {
  position: absolute;
  bottom: 54%;
}
.b55 {
  position: absolute;
  bottom: 55%;
}
.b56 {
  position: absolute;
  bottom: 56%;
}
.b57 {
  position: absolute;
  bottom: 57%;
}
.b58 {
  position: absolute;
  bottom: 58%;
}
.b59 {
  position: absolute;
  bottom: 59%;
}
.b60 {
  position: absolute;
  bottom: 60%;
}
.b61 {
  position: absolute;
  bottom: 61%;
}
.b62 {
  position: absolute;
  bottom: 62%;
}
.b63 {
  position: absolute;
  bottom: 63%;
}
.b64 {
  position: absolute;
  bottom: 64%;
}
.b65 {
  position: absolute;
  bottom: 65%;
}
.b66 {
  position: absolute;
  bottom: 66%;
}
.b67 {
  position: absolute;
  bottom: 67%;
}
.b68 {
  position: absolute;
  bottom: 68%;
}
.b69 {
  position: absolute;
  bottom: 69%;
}
.b70 {
  position: absolute;
  bottom: 70%;
}
.b71 {
  position: absolute;
  bottom: 71%;
}
.b72 {
  position: absolute;
  bottom: 72%;
}
.b73 {
  position: absolute;
  bottom: 73%;
}
.b74 {
  position: absolute;
  bottom: 74%;
}
.b75 {
  position: absolute;
  bottom: 75%;
}
.b76 {
  position: absolute;
  bottom: 76%;
}
.b77 {
  position: absolute;
  bottom: 77%;
}
.b78 {
  position: absolute;
  bottom: 78%;
}
.b79 {
  position: absolute;
  bottom: 79%;
}
.b80 {
  position: absolute;
  bottom: 80%;
}
.b81 {
  position: absolute;
  bottom: 81%;
}
.b82 {
  position: absolute;
  bottom: 82%;
}
.b83 {
  position: absolute;
  bottom: 83%;
}
.b84 {
  position: absolute;
  bottom: 84%;
}
.b85 {
  position: absolute;
  bottom: 85%;
}
.b86 {
  position: absolute;
  bottom: 86%;
}
.b87 {
  position: absolute;
  bottom: 87%;
}
.b88 {
  position: absolute;
  bottom: 88%;
}
.b89 {
  position: absolute;
  bottom: 89%;
}
.b90 {
  position: absolute;
  bottom: 90%;
}
.b91 {
  position: absolute;
  bottom: 91%;
}
.b92 {
  position: absolute;
  bottom: 92%;
}
.b93 {
  position: absolute;
  bottom: 93%;
}
.b94 {
  position: absolute;
  bottom: 94%;
}
.b95 {
  position: absolute;
  bottom: 95%;
}
.b96 {
  position: absolute;
  bottom: 96%;
}
.b97 {
  position: absolute;
  bottom: 97%;
}
.b98 {
  position: absolute;
  bottom: 98%;
}
.b99 {
  position: absolute;
  bottom: 99%;
}
.b100 {
  position: absolute;
  bottom: 100%;
}

.orange {
  color: #e09a25;
}
.green {
  color: #006e51;
}
.pink {
  color: #d13076;
}

.dusty {
  color: #ad5d5d;
}

.flame {
  color: #ef562d;
}
.kale {
  color: #5c7148;
}
.blue {
  color: #0c4c8a;
}
.red {
  color: #b93a32;
}
.clay {
  color: #9e4624;
}
.bodacious {
  color: #b76ba3;
}
.serenity {
  color: #91a8d0;
}

.cognac {
  color: #60413c;
}
.sangria {
  color: #760030;
}

.alumium {
  color: #75796a;
}

.marsala {
  color: #964f4c;
}
.purple {
  color: #702fa8;
}

.blank {
  background-color: "Yellow";
  width: 100%;
  color: red;
}
