.tooltip {
  position: absolute;
  max-width: 450px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8) !important;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  padding: 10px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
  pointer-events: none;
  z-index: 100;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.8);
  font-family: Calibre, Roboto, Helvetica;

  /* position: absolute;
  display: block;
  border-style: solid;
  white-space: nowrap;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: rgba(0, 0, 0, 0.8);
  border-width: 1px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  top: 0px;
  left: 0px;
  transform: translate3d(876.036px, 235.857px, 0px);
  border-color: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  max-width: 450px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); */
}

.tooltip th {
  text-align: left !important;
  color: #b3b3b3 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.tooltip td {
  text-align: right !important;
}

.tooltip .color-legend {
  box-shadow: #b3b3b3 0px 0px 1px 1px !important;
}

.genome-spy .tooltip .attributes .hovered {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: solid 0.5px white;
}

.gs-toolbar {
  display: none;
}