/* log style */

body {
  background-color: white;
  font-family: "calibri", "verdana", sans-serif;
}

p, img {
  padding: 0;
  margin: 0;
}

a {
  color: #0069D6;
  text-decoration: none;
}

a:hover, a:active {
  color: #C069D6;
  outline: 0 none;
}

pre.actual {
  color: rgb(0,85,128)
}


/* keylist table style */

table {
  font-size: 10pt;
  font-family: consolas, courier new, monospace;
  background-color: white;
  border-collapse: collapse;
}

table.main {
}

table.kl {
  width:  100%;
}

td, th {
  border: 1px solid gray;
  text-align: left;
  padding: 4px;          
}

td.b {
  column-span: 2;
}

td.c, th.c {
  text-align: center;
}

td.cs, th.cs {
  text-align: center;
  font-size: 8pt;
}

tr.mo:nth-child(odd) {
  background-color: #E0E0E8;
}

tr.me:nth-child(even) {
  background-color: #E0E0E8;
}

tr.mer {
  background-color: #E0C0C8;
}
