
#logs {
  border-collapse: collapse
}

.message-row {
  border-bottom: solid lightgray thin;
  border-top: solid lightgray thin;
}

.timestamp {
  width: 8em;
}

.nick {
  font-weight: bold;
  width: 8em;
  border: solid lightgray thin;
}

.highlight {
  background-color: yellow;
}
