.ens_tab_select {
    display: flex;
    flex-direction: row;
}

.ens_tab_select > * {
    display: block;
    flex-grow: 1;
    min-height: 10px;
    background: rgb(235, 235, 235);
    padding: 5px;
    font-size: 1.4em;

    border-top: 3px solid rgb(235, 235, 235);
    border-left: 3px solid rgb(235, 235, 235);
    border-right: 3px solid rgb(235, 235, 235);
}

.ens_tab_select > *:hover {
    background: rgb(245, 245, 245);
}

.ens_tab_select > *:hover,
*:visited,
*:active,
*:link {
    color: black;
}

.ens_tab_select > *.active {
    background: rgb(245, 245, 245);

    pointer-events: none;
    cursor: pointer;
}

.ens_tab_content {
    padding-top: 2em;
}

.ens_ref_customnotice {
    background: rgb(245, 245, 245);
    margin-bottom: 1em;
    border: 1px #ededed solid;
    padding: 10px;
    color: #444444 !important;
}

.ens_ref_customnotice * {
    color: #444444 !important;
}

.ens_ref_customnotice p {
    padding: 0px;
    margin: 0 0 0 0;
}


.hiddenTable, .hiddenTable tr, .hiddenTable td {
    border-width: 0px;
    background: transparent;
    width: auto;
    margin: 0px;
    padding-left: 0;
}





.ens_stat_filter {
    display: flex;
    flex-direction: row;
}
.ens_stat_filter > * {
    flex-grow: 1;
    margin-left: 5px;
}
.ens_stat_filter > *:first-of-type {
    margin-left: 0px;
}