.conditions_table{
    border: solid 1px #0000;
    border-collapse: collapse;
    font-size: small;
}
.conditions_table td, .conditions_table tr, .conditions_table th{
    padding-left: 8px;
    padding-right: 8px;
    border: solid 1px #d9d9d9;

  }
.conditions_table th{
    background-color: #f2f2f2;
    font-weight:bold;
    border-bottom: unset !important;
    border-right: 2px solid rgb(235, 0, 35);
    text-align:left;

  }
  .plot_not_found_box{
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    width: 100%; /* Set the width of the div */
    height: 100%; /* Set the height of the div */
    color: gray;
  }

  .current_plot{
      height:100%;
  }

  tr:has(td.parameter_line){
    background-color: lightgray;
    font-size: smaller;
    display: none;
  }
  
  .expand_parameters{
    color: #EB0023;
    font-size: larger;
    font-weight: bolder;
    margin-right: 5px;
    cursor: pointer;
    float: right;
  }

  .table_data_compare{
    border-collapse: collapse;
  }

  .right_tab{
      
  }