.container {
  display: block;
}

.blueBackground {
  background: #deecf9;
}

.itemDetails {
  padding: 0px;
}
.itemDetails li {
  display: inline-table;
}

.verbose {
  width: 5%;
  color: "[theme:yellow, default: #ffb900]";
}

.info {
  width: 5%;
  color: "[theme:orangeLighter, default: #ff8c00]";
}

.warning {
  width: 5%;
  color: "[theme:orangeLight, default: #ea4300]";
}

.error {
  width: 5%;
  color: "[theme:red, default: #e81123]";
}

.message {
  width: 40%;
}

.source {
  width: 20%;
}

.scope {
  width: 20%;
}

.timestamp {
  width: 15%;
}

.redText {
  color: "[theme:red, default: #e81123]";
}