.ggskin {
  font-family: InterTight,NotoSans, Oswald, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
}

.ggmarkdown p,
.ggmarkdown h1,
.ggmarkdown h2,
.ggmarkdown h3,
.ggmarkdown h4 {
  margin-top: 0px
}

.ggmarkdown {
  white-space: normal
}

.header-desc div {
  font-family: NotoSans;
  /* font-weight: 600; */
  font-size: 25px;
}

.lbjs {
  margin: 0px;
  width: 100%;
  padding: 5px;
  /* border: 1px solid #CCC; */
  border-radius: 5px;
  background: #303030;
  height: 100%;
  font-size: 17px;
  /* font-weight: 300; */
  color: white;
  border: 1px solid #303030;

}

.lbjs .lbjs-list .lbjs-item:hover:not([disabled]) {
    background: #AD8A6D
}
