/* ===== ReadSpeaker ===== */
#xp1 {
  position: fixed;
  top: 0;
  left: 0;
}

#readspeaker {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #85b2ef;
  border-right: 0;
  border-radius: 15px 0 0 15px;
}

#readspeaker a {
  display: block;
  color: #005bac;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 4px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media print {
  .no-print {
    display: none;
  }
}

/* ===== /ReadSpeaker ===== */
