.jbu-page-nudge a {
    font-size: 18px;
}
.right .modal-dialog,
.left .modal-dialog {
height: 100%;
    margin: auto;
    position: fixed;
    transition: transform .25s ease-out;
    max-height: 300px;
    bottom: 0;
}
}
.modal.right .modal-content,
.modal.left .modal-content {
  overflow-y: auto;
  border-radius: 0;
  border: none;
  height: 100%;
}
.right .modal-dialog {
  transform: translateX(50px);
  right: 0;
}
.left .modal-dialog {
  transform: translateX(-50px);
  left: 0;
}
span#jbu-nud-link-text {
    color: #199ddc;
}