/**
 * Receive
 * =======
 * Receive page: key input, incoming list, reclaim window.
 */

/* Reclaim-window warning: letter-spaced, the key message on the screen. */
.rcv-reclaim-head { letter-spacing: .03em; }
.rcv-reclaim-body {
    margin: .4rem 0 0;
    opacity: .85;
    font-size: .92rem;
    line-height: 1.55;
}
