.RSVP-container {
  height: 100%;
  width: 100%;
}

.RSVP-container > div {
  display: flex;
}

.RSVP-word {
  font-size: 2em;
  line-height: 1em;
  min-height: 1em;
}

.RSVP-left {
  flex: 1;
  text-align: right;
}

.RSVP-mid {
  color: red;
  text-align: center;
}

.RSVP-right {
  flex: 1;
  text-align: left;
}

.RSVP-marker {
  text-align: center;
}

.RSVP-notch {
  border-right-style: solid;
  height: 0.5em;
}

.RSVP-border {
  opacity: 40%;
}

.RSVP-border,
.RSVP-border > div {
  border-width: 2px;
  margin: 0;
  padding: 0;
}

.RSVP-border-top {
  border-top-style: solid;
}

.RSVP-border-bottom {
  border-bottom-style: solid;
}
