/*
 * 
 * itka syslog css
 * 
 */
 
tr.level-0 td,
tr.level-0 td a {
  color: red;
}

tr.level-1 td,
tr.level-1 td a {
  color: yellow;
  background: red;
}

tr.level-2 td,
tr.level-2 td a {
  color: red;
  background: yellow;
}

tr.level-3 td,
tr.level-3 td a {
  color: red;
}

tr.level-4 td,
tr.level-4 td a {
  color: darkorange;
}

tr.level-5 td,
tr.level-5 td a {
  color: blue;
}

tr.level-6 td,
tr.level-6 td a {
  color: green;
}

tr.level-7 td,
tr.level-7 td a {
  color: darkgrey;
}

tr.resolved td {
  opacity: 0.4;
  background: lightgrey;
}

td.details {
  padding-top: 0;
  padding-bottom: 0;
}

div.details {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

thead.warning th {
  background-color: red;
  color: white
}

thead.normal th {
  background-color: lightgreen;
}
