#bottom_sx {
  background: transparent;
  width: 50%;
  height: 100%;
  float: left;
  padding-top: 30px;
}

#bottom_dx {
  background: transparent;
  width: 50%;
  height: 100%;
  padding-top: 30px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 10px;
}

#lbl_separator_dx_bottom {
  display: none;
}

#lbl_pi_bottom {
  flex-basis: 100%;
}

@media (min-width: 1025px) {
  #lbl_separator_dx_bottom {
    display: block;
  }

  #lbl_pi_bottom {
    flex-basis: auto;
  }
}

.cls_bottom_title {
  font-size: 12pt;
  font-family:
    "Lucida Grande",
    "Lucida Sans Unicode",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
  line-height: 15px;
  color: #959595;
}

.cls_bottom_separator {
  font-size: 11pt;
  font-family:
    "Lucida Grande",
    "Lucida Sans Unicode",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
  line-height: 15px;
  color: #959595;
}

.cls_bottom_text {
  font-size: 11pt;
  font-family:
    "Lucida Grande",
    "Lucida Sans Unicode",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
  line-height: 15px;
  color: #000;
}
