H1 {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 1px;
  color: White;
}
H1.BODY {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 20px;
  color: #c46b29;
}
H2 {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 13px;
  color: White;
}
H2.BODY {
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 20px;
  color: #c46b29;
}
BODY {
  font-family: Arial, Helvetica;
  font-size: 10px;
  background: Black;
  color: White;
  background: Black;
  margin-top: 10;
  margin-left: 0;
  text-align: center;
}
UL {
  font-family: Arial, Helvetica;
  text-align: justify;
  font-size: 13px;
}
LI {
  margin: 8px 15px 5px 15px;
}
A {
  font-family: Arial, Helvetica;
  color: White;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
}
A.MENU {
  font-family: Arial, Helvetica;
  font-size: 12px;
  background: White;
  color: Black;
  text-decoration: none;
  font-weight: bold;
  margin: 2px 2px 2px 2px;
}
A.MENU:hover {
  color: #d58d49;
  text-decoration: none;
}
TABLE {
  background: Black;
}
P {
  font-family: Arial, Helvetica;
  font-size: 13px;
  text-align: justify;
  margin: 15px 15px 5px 15px;
  line-height: 18px;
}
.showcase {
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-color: White;
  letter-spacing: 0.7px;
}
P.showcase {
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-color: White;
  letter-spacing: 0.7px;
  margin: 10px 0px 0px 0px;
  text-align: center;
  line-height: 14px;
}
.footer {
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: Black;
  letter-spacing: 0.75px;
}
.separator {
  color: Black;
  font-size: 17px;
}

#container {
  width: 800px;
  text-align: center;
}
#leftColumn {
  float: left;
  width: 69%;
  max-width: 600px;
  min-width: 300px;
  border-left: solid 1px #666666;
  border-top: dashed 1px #666666;
  padding: 10px;
}
#rightColumn {
  float: right;
  width: 30%;
  max-width: 200px;
  border-left: dashed 1px #666666;
  border-top: dashed 1px #666666;
  border-bottom: dashed 1px #666666;
  border-right: solid 1px #666666;
  background: #222222;
  padding: 10px;
}

#Card {
  max-width: 570px;
  min-width: 300px;
  border: solid 1px #999999;
  background: #555555;
  padding: 10px;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
}

#CardH {
  max-width: 570px;
  min-width: 300px;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
}

.ctitle {
  font-weight: bold;
  font-size: 11px;
}

#tcard {
  font-family: Arial, Helvetica;
  text-align: justify;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#tc {
  font-family: Arial, Helvetica;
  text-align: justify;
  font-size: 12px;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 0px 8px;
  margin-bottom: 8px;
}

#tcul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#tcli {
  padding: 0px 0px 0px 0px;
}

.search {
  font-family: Arial, Helvetica;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  color: white;
}

/* Video and layout styles */
.video-container {
  display: none;
  margin-top: 10px;
}

.clickable-li:hover {
  text-decoration: underline;
}

/* .clickable-li > * {
  text-decoration: none;
} */

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-lg {
  max-width: 32rem;
}

.w-full {
  width: 100%;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.list-disc {
  list-style-type: disc;
}

.cursor-pointer {
  cursor: pointer;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.white-spcae-pre-line {
  white-space: pre-line;
}

.p-hover-underline:hover {
  text-decoration: underline;
}

pre {
  white-space: pre-wrap;
  word-break: keep-all;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ul-video-list {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  list-style-type: disc;
  display: block;
}
