.fl-module.fl-module-tabs {
    max-width: 90vw;
}

.fl-node-7ylwfn9mu14h > .fl-col-content,
.fl-node-7hpr1n80wxk9 > .fl-col-content,
.fl-node-tixag2vr7pzw > .fl-col-content {
    border: none !important;
}

.fl-row-content-wrap {
    padding-top: 50px !important;
}

.fl-col.fl-node-u8lwipmxgsf9,
.fl-col.fl-node-87f9zmtyv5ng.fl-col-has-cols,
.fl-col.fl-node-1r2f9e8akgop.fl-col-has-cols {
    padding-left: 45px !important;
}

.fl-module.fl-module-sidebar.fl-node-rcdo3xkbwsm7,
.fl-module.fl-module-sidebar.fl-node-g9xicn6wou2t,
.fl-module.fl-module-sidebar.fl-node-j8ukq29b6paz {
    border-right: 1px solid #ebebeb !important;
}

.has-medium-font-size {
    font-size: 20px;
}

.wp-block-search__input {
    text-transform: uppercase;
    font-size: 25px;
}

  .fl-tabs-label {
    padding: 0 18px;
    border: 1px solid #E5E5E5;
    width: 147px;
    text-align: center;
}

 .fl-tabs-panels,  .fl-tabs-panel {
    border: none;
}

.fl-tabs-labels.fl-clearfix {
    border-bottom: 1px solid #dedfdf;
}

.fl-builder-content .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
    border-bottom: 2px solid #575757 !important;
}

.dmbac-sidebar-widget {
    width: -webkit-fill-available;
    border: 1px solid;
    padding: 25px 0 0 35px;
}

.plotly-graph-container.toLeft {
    position: relative;
    /*max-width: 653px;*/
    width: 653.967px;
    height: 378.1px;
    float:left;
}

.brain-rna-container {
    width: 55vw;
}

.fl-module-content.fl-node-content {
    margin: 0 !important;
}

#brain--preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
}

.plotly-graph-container.toRight {
    position: relative;
    /*max-width: 200px;*/
    width: 161.583px;
    height: 235.6px;
    float:left;
    /*border-left: 2px solid #f0f0f0;*/
    padding-left: 5px;
}

.plotly-graph-container.bar-full-width {
    position: relative;
    width: 817.467px;
    height: 378.1px;
}


.menu-sidebar-menu-container li a:hover, .menu-sidebar-menu-container li.current-menu-item a {
    border-left: 4px solid #707070;
}

.plotly-graph-container.density-full-width {
    position: relative;
    width: 408.733px;
    height: 235.6px;
}

.plotly-graph-container.full-width {
    width: 100%;
}

.plotly-graph-container > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 72px;
}
.brain-rna-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 2px solid #f0f0f0;*/
}
.brain-rna-header > h3 {
    font-size: 32px!important;
    font-weight: bold!important;
    line-height: 1.2!important;
    color: inherit!important;
    font-family: inherit!important;
    margin: 0;
}
.brain-rna-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: space-between;*/
}

.xtick {
    font-weight: bold !important;

}

.dmbac-sidebar-widget-container {
    width: 100%;
    padding-bottom: 50px;
}

@media screen and ( max-width: 768px ) {
    .dmbac-sidebar-widget-container {
        border: none;
        width: 80vw;
    }

    .fl-row-content-wrap {
        padding: 20px !important;
    }

    .species-img {
        display: none !important;
    }

    .brain-rna-container {
        width: 90vw;
        overflow-x: scroll;
    }
}