html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #353535 #2B2B2B;
}

td, th {
  color: #bfbfbf;
  border: 0.75px solid #ffffff80;
}

a:link {
  color: #235657
}

#titleDiv {
  position: absolute;
  padding: 0px;
  height: 50px;
  width: 100%;
  background-color: #242424;
}

#information {
  --calcite-color-foreground-3: #242424;
  padding-bottom: 10px;
  height: 60%;
}

#widgetCorner {
  position: absolute;
  top: 0%;
  right: 0%;
  height: 50px;
  text-align: center;
  font-size: 0.6em;
  text-align: right;
  font-style: italic;
}

.widget-info {
  position: relative;
  top: 1%; left: -0.5%;
  width: fit-content;
  block-size: fit-content;
  float: right;
  max-height: 97%;

  scrollbar-width: thin;
  scrollbar-color: #353535 #2B2B2B;
}

.widget-content {
  overflow-y: auto;
  max-height: 60vh;
  padding: 10px;
  background-color: #242424;
}

.info-slot {
  --calcite-shell-panel-width: 30vw;
  --calcite-shell-panel-max-width: 420px;
  --calcite-shell-panel-min-width: 300px;
  block-size: fit-content;
  scrollbar-width: thin;
  scrollbar-color: #353535 #2B2B2B;
}

#leftPanelDiv {
  position: absolute;
  height: calc(100% - 50px);
  width: 375px;
  top: 50px;
  bottom: 0px;
  text-align: center;
  background-color: #242424;
}

#viewDiv {
  float: left;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50px;
  left: 375px;
  bottom: 0px;
  width: calc(100% - 375px)
}

#cogLogo {
  height: 50px;
  box-sizing: border-box;
  padding: 5px;
  float: left;
}

#titleText {
  box-sizing: border-box;
  line-height: 1.3em;
  display: block;
  color: #d1d1d1;
  font-size: 14px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#titleText h2 {
  display: inline-block;
}


