#lander {
    margin-bottom: calc(104px + 6vh); /* height of footer + offset - keep in sync with global.css */
}

#chatroom {
    text-align: left;
    width: 100%;
}

#players {
    tab-size: 4;
}

.username {
    font-weight: bold;
}

.tag {
    text-decoration: none;
    cursor: pointer;
}

#guess-button {
    font-size: 1.25em;
}

#chat {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#conversation {
    overflow-wrap: break-word;
}

.input-group {
    display: flex;
    align-items: left;
    width: 100%;
}

#play-again, #email {
    text-align: center;
    width: 100%;
}

label {
    white-space: nowrap;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#message, #email {
    background-color: transparent;
    color: white;
    font-family: monospace;
    border: none;
    font-size: inherit;
    flex-grow: 1;
    resize: none;
    margin-top: -2px;
}

.question {
    color: black;
    background-color: white;
    mix-blend-mode: lighten;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.46);
    text-align: center;
}

#seeker-loader {
    font-weight: bold;
    opacity: 0.5;
}
