.rertDiv {
  outline: rgb(125, 125, 125) solid 2px;
  background-color: rgb(32, 32, 32);
  color: rgb(207, 207, 207);
  margin-top:0.444rem;
  margin-bottom:0.556rem;
  padding:5px;
}

.updatedTxt {
  font-size: 0.775rem;
}

.updatedTable {
  margin-top: 0.889rem;
}

th {
  text-align: right;
}

ul {
  margin-bottom: 0px;
}

.rertTitle {
  display: block;
  font-weight:bold;
  cursor: pointer;
  width: 100%;
}

.rertBody {
  font-size:0.75rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}

.reroute-body.open {
    /* max-height will be set dynamically by JS */
}
