.rsvp {
  /*opacity: 80%;*/
}
  .rsvp .quote {
    border-left: 2px solid rgba(200, 200, 200, 0.6);
    padding-left: 0.5em;
    margin-left: 0.3em; }
  .rsvp h1 {
    text-align: center;
    letter-spacing: 0.1em;
    color: #4753a4; }
  .rsvp img {
    border-radius: 5px 5px 0 0; }

.infobox {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6rem;
  border-radius: 0 0 5px 5px; }
  .infobox.blue {
    color: #4753a4; }
    .infobox.blue a:link {
      color: #4753a4; }
    .infobox.blue a:visited {
      color: #4753a4; }
    .infobox.blue a:hover {
      color: #8793a4; }
    .infobox.blue a:active {
      color: #4753a4; }

  .infobox.white {
    color: white; }
    .infobox.white a:link {
      color: white; }
    .infobox.white a:visited {
      color: white; }
    .infobox.white a:hover {
      color: lightgray; }
    .infobox.white a:active {
      color: white; }

  .infobox.center {
    text-align: center; }

  .infobox.right {
    text-align: right;
    padding-right: 1em; }

#rsvp_index .infobox, #rsvp_thankyou .infobox {
  position: relative;
  z-index: 10;
  margin-top: -6px;
  padding: 0.5em;
  max-width: 1000px;
  background: #22409a; }
  /*background: #1b328a; }*/
  /*background: rgba(207, 130, 50, 0.8); }*/
  /*background: linear-gradient(#8793a4, #4753a4); }*/

