/* .venn-container{ */
    /* border-bottom: 1px solid #5D5C61 ; */
    /* margin-bottom: 30px; */
/* } */

#regulon {
    text-align: left;
}
.regulon-split {
    display: flex;
    gap :10px;
    /* padding : 20px; */
}
.descriptive-regulon-text {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: justify;
    max-width :50%;
    flex:1;
}

#venn-container, #heatmap, #dendrogram {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    flex: 1;
}
#dendrogram {
    width: 900px;
    height: 650px;
    /* border: 1px solid #ccc; */
    transition: width 0.5s, height 0.5s;
}
#dendrogram.enlarged {
    width: 1400px;
    height: 1000px;
}

#left_col {
    height: unset;
    min-height: 100vh;
}

#left_col_content {
    position: static;
    top: 4.5rem;
}


.genesParagraphDiv {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content:  'space-around';
    text-align: justify;
}
.genesParagraphText { 
    width: 50%;
    /* align-items: center; */
    padding :5px;
    font-size: 16px;
    text-align: justify;

}
.regulation_container{
    text-align: justify;
}

