
.syntaxhighlight-chat-container {
  font-family: "Arial", sans-serif;
  max-width: 600px;
  margin: 20px;    
  background-color: lightsteelblue;
}

.chat-message {
  border-bottom: 1px solid #eee;
  padding: 8px;
  margin-bottom: 8px;
}

.chat-user {
  font-weight: bold;
}

.chat-text {
  margin-left: 5px;
}

.chat-time {
  float: right;
  color: #888;
}
