table.dataTable.display tbody tr.odd.total_row,
table.dataTable.display tbody tr.even.total_row {
  font-weight: bold;
  background-color: #e7f7d4;
}

table.dataTable.stripe tbody tr.odd.total_row {
  font-weight: bold;
  background-color: #e7f7d4;
  border-top: 1px solid black;
}

.header_1 {
  text-align: center;
  padding: none;
  margin: none;
}

.header_2 {
  text-align: center;
  padding: none;
  margin: none;
}

table.dataTable.display td{ text-align: center; }

table.display {
  table-layout: fixed;
  width: 100%;
}

table.dataTable.SUMMARY_display td{ text-align: center; }

table.SUMMARY_display{
  width: 100%;
}

div.my_hr {
  line-height: 0.5;
  border-bottom: 1px solid grey;
  margin-top: 40px;
  margin-bottom: 20px;
}

.toast_col_2_filler {
  display: table-cell;
  float: left;
  min-width: 13.86%;
}
.toast_col_2{
  display: table-cell;
  float: left;
  min-width: 32.23%;
  margin-left: 20px;
  margin-right: 20px;
}

.toast_col_3 {
  display: table-cell;
  float: left;
  width: 33.33%;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

.toast_row {
  display: table;
  text-align: center;
  width: 100%; /*Optional*/
  table-layout: fixed; /*Optional*/
  border-spacing: 10px; /*Optional*/
}

.toast {
  max-width: 330px;
  min-width: 330px;
  overflow: hidden;
  font-size: 0.875rem;
  float: left;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  opacity: 1;
  border-radius: 0.25rem;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.toast-body {
    padding: 0.75rem;
    color: grey;
}

table.dataTable.SUMMARY_display td.firs_col_summary_tb {
  text-align: left;
}

.col_comparison_summary_tb {
  border-left: 1px solid black;
}

.col_RHAs_summary_tb {
  min-width: 8%;
}

.col_comps_summary_tb {
  min-width: 11%;
}