.setup-remote {
  background-color: white;
  min-width: 40%;
  min-height: 6em;
  border: 1px solid black;
  padding: 1em;
}

.setup-remote button {
  padding: 10px;
  margin: 1ex;
  font-size: 16pt;
}

#peerid {
  font-family: monospace;
  padding: 10px;
}

.waiting {
  text-color: blue;
}

#peer-clients {
  font-family: monospace;
  margin-left: 2em;
  font-weight: bold;
}

#chat-box {
  font-size: 16px;
  display: block;
  width: 85%;
  border: 1px solid black;
  display: inline-block;
}

#chat-btn {
  margin-left: 1ex;
}

#chat-log {
  resize: both;
  font-family: monospace;
}

#chat-log .mychat {
  text-color: #888;
}

#chat-log .syschat {
  text-color: red;
  font-weight: bold;
}