.complexity_panel {
    position: absolute;
    top: -200%;
    display: none;
} 
.complexity_panel.active {
    padding: 10px;
    overflow-x: scroll;
    left: 0%;
    top: 1%;                   /* Set the border style */
    height: 35%;
    width: 33%;
    z-index: 999; 
    display: block;
}
.complexity_panel.expanded {
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 4; 
    display: block;
}
.complexity-table {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
}
.artefact_complexity_combos {
    display: flex;
    flex-direction: column;                                              /* Stack items vertically */
    align-items: center;                                                 /* Align items horizontally in the center */
}
.artefact_complexity {
    justify-content: center;
}
textarea.rows_count {
    font-size: 80%;
    resize: none;
    height: 15px;
    padding: 5px;
}
.package_or_library_label {
    width: 300px;
}