.badge {
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.badge.log-level-debug {
  background-color: #CCCCCC;
}
.badge.log-level-info {
  background-color: #6c757d;
}
.badge.log-level-notice {
  background-color: #28a745;
}
.badge.log-level-warning {
  background-color: #ffc107;
}
.badge.log-level-error {
  background-color: #dc3545;
}
.badge.log-level-critical {
  background-color: #dc3545;
}
.badge.log-level-alert {
  background-color: #dc3545;
}
.badge.log-level-emergency {
  background-color: #dc3545;
}

.log-message {
  color: #b1b1b1;
  width: 70%;
  word-break: break-word;
  overflow-wrap: break-word;
}
