a.inactive {
    background-color: #b3d7ff;
    border: 1px solid #6c757d;
    cursor: default;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.table-tab {
    cursor: pointer;
}

text.plot-link {
    font-size: 10px;
    fill: #007bff;
    text-decoration: underline;
    text-anchor: end;
    cursor: pointer;
}

#filter-status {
    text-anchor: start;
    font-size: 11px;
}

.table-filter-info {
    color: #dc3545;
}

div.scroll { 
    margin:4px, 4px; 
    /* padding:4px;  */
    /* background-color: rgb(235, 235, 235);  */
    height: 600px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    text-align:justify; 
} 

