html {
  font-size: 114px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: "Helvetica Neue", serif;
  background-color: White;
  padding:10px;
}

table
{
}

th
{
  text-align: left;
  background-color: lightgreen;
}

table, th, td
{
  border: 1px solid black;
  border-collapse: collapse;
  vertical-align: top;
}

.row
{
}
.rowDebug
{
  background-color: darkgreen;
  color: white;
}

.rowInformation
{
  background-color: darkblue;
  color: white;
}

.rowException
{
  background-color: darkorange;
  color: white;
}

.rowCritical
{
  background-color: red;
  color: white;
}

.rowFatal
{
  background-color: black;
  color: white;
}

.rowUnknown
{
}
