
/*#mycanvas-gene-plot {
    width: 538px;
    margin-top: 20px;
    height: 336px;
}*/

/* #mycanvas-meta-plot { */
/*     width: 660px; */
/*     margin-top: 20px; */
/*     height: 435px; */
/* } */

#generif {
    border: 1px solid gainsboro;
    max-height: 200px;
    overflow: auto;
}

#pubmed-abstracts {
    border: 1px solid gainsboro;
    max-height: 200px;
    overflow: auto;
}

#cluster-table-0 .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
    white-space: normal;
    overflow-wrap: break-word;
}

.tabulator-col-title {
    font-size: 8px !important;
}

.tabulator-header-filter input[type="search"] {
    padding: 2px; /* Adjust padding to reduce height */
    height: 20px; /* Set a specific height for the input */
    width: 80%; /* Ensure the input stretches across the full width */
    box-sizing: border-box; /* Include padding and border in width calculation */
  }

.tabulator-cell {
    font-size: 10px !important;
}

.nav {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  
  .cluster-tab {
    flex-shrink: 0;
    font-size: 12px;
  }

.cluster_label {
   fill: black;
   text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white;
   font-size: 14px;
   text-align: center;
   font-family: sans-serif;
   font-weight: bold;
}

/* 
.container {
  max-width: 1640px !important;
} */
