.separator {
    margin: 10;
    display: flex;
    align-items: center;
    text-align: center;
    color: a94442;
    font-family: -webkit-pictograph;
    font-size: large;
  }
  
  .separator::before,
  .separator::after {
    content: " ";
    flex: 1;
    border-bottom: 3px dashed #a94442;
    border-top: 3px dashed;
    padding: 2;
  }
  
  .separator:not(:empty)::before {
    margin-right: 0.5em;
  }
  
  .separator:not(:empty)::after {
    margin-left: 0.5em;
  }
  
  .collapse_panel_H {
    background-color: #58975a;
  }
  
  .box1,
  .box2 {
    padding: 5px;
    border: 1px solid #767676;
  }
  .box1 {
    background-color: #f7f7f7;
    margin-top: 10px;
    font-weight: bold;
    border-bottom: none;
  }
  .box2 {
    background-color: #d9d9d9;
    margin-bottom: 10px;
    border-top: none;
  }
  .box11 {
    background-color: #f7f7f7;
    margin-top: 10px;
    font-weight: bold;
    border-bottom: none;
  }
  .box21 {
    background-color: #d9d9d9;
    margin-bottom: 10px;
    border-top: none;
  }
  
  article {
    display: flex;
    margin: 15px 10px 0px 0px;
    /* height: 100%;
      width: 100%; */
  }
  #resizer {
    background-color: rgba(128, 128, 128, 0.1);
    cursor: col-resize;
    width: 8px;
    height: 100vh;
    position: relative;
  }
  #sidebar-collapse {
    color: #58975a;
    font-weight: bold;
    position: fixed;
    bottom: 50%;
  }
  .license {
    margin-top: 40px;
  }
  
  .style1 {
    color: #0000ff;
    font-weight: bold;
  }
  .style5 {
    color: #800000;
    font-weight: bold;
  }
  .custom {
    font-family: Times;
    font-weight: bold;
    color: brown;
    font-size: 150%;
  }
  
  table th {
    background:#CFC;
  }

/* === Custom matrix for wait.html === */
.matrix-container {
  position: relative;
  display: inline-block;
  margin: 1em 0;
}

.matrix-container .matrix-label-top {
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 1em;
}

.matrix-container .matrix-label-left {
  position: absolute;
  top: 50%;
  left: -1.2em;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1em;
}

.prob-matrix {
  border-collapse: collapse;
  border: 1px solid #000;
}

.prob-matrix th,
.prob-matrix td {
  border: 1px solid #000;
  padding: 0.4em 0.6em;
  text-align: center;
  vertical-align: middle;
  min-width: 2.2em;
}

.prob-matrix td.diag {
  background-color: #e0e0e0;
}

.prob-matrix td.diag::before {
  content: "";
  display: block;
}


.prob-matrix thead th,
.prob-matrix tbody th {
  background-color: white !important;
}