.table-controls {
	margin: 5px 0px;
}
.right {
    float:right;
}
.left {
    float: left;
}
.newsreel {
    margin-top: 5px;
}
.newsreel > .alert {
    margin-bottom: 0px;
}
.igv-div {
    border:1px solid lightgray;
}
.it {
  font-style: italic;
  opacity: 0.5;
}
.it.tabulator-editing {
    font-style: italic;
    opacity: 1;
}
#tooltip {
  position: absolute;
  width: 200px;
  height: auto;
  padding: 10px;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#tooltip.hidden {
  display: none;
}
#tooltip p {
  margin: 0;
  font-family: Futura;
  font-size: 16px;
  line-height: 20px;
}
#densContainer {
    width: 800px;
    overflow: hidden; /* add this to contain floated children */
}
#filesContainer {
    width: 800px;
    overflow: hidden; /* add this to contain floated children */
}
#fileDropdown {
    float:left;
}
#fileUpload {
    float:right;
}
#densPlot {
    float:left; /* add this */
}
#densTable {
    float: left; /* add this */
}
.hidden {
    display: none;
}
/* .tabulator-selected > .bg-yellow, .tabulator .tabulator-row.tabulator-selectable:hover > .bg-yellow {
    background: #a89b77;
} */
.bg-yellow {
    background: #ffeab0;
}
/* .tabulator-selected > .bg-green, .tabulator .tabulator-row.tabulator-selectable:hover > .bg-green {
    background: #b5e6b6;
} */
.bg-green {
    background: #c8ffc9;
}
/* .tabulator-selected > .bg-blue, .tabulator .tabulator-row.tabulator-selectable:hover > .bg-blue {
    background: #ade0ae;
} */
.bg-blue {
    background: #b0e2ff;
}
/* .tabulator-selected > .bg-grey, .tabulator .tabulator-row.tabulator-selectable:hover > .bg-grey {
    background: #adadad;
} */
.bg-grey {
    background: #dbdbdb;
}
/* .tabulator-selected > .bg-red, .tabulator .tabulator-row.tabulator-selectable:hover > .bg-red {
    background-color: #e8aeb1;
} */
.bg-red {
    background-color: #fbbec1;
}
.float-right {
    float: right;
}
/* .very.compact.tabulator {
    font-size: 1em;
}
.tabulator.compact.very .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
    padding: 0em 0em!important;
    height: min-content!important;
    margin: unset!important;
}
.tabulator-row {
    min-height: 0px!important;
} */
#gallery-table {
    margin: 0.5em 0em;
}
/* .tabulator-row.tabulator-selected {
    background-color:#cddff7!important;
} */
.font-bold {
  font-weight: bold;
}
.info-toggle {
  margin-left: 3px;
  float: right;
  color: #3a87ad;
  font-size: 1.3em;
}
