/* ChangeLog css */

table#changelog {
  display: table;
  table-layout: auto;
  border: 0;
  margin: 2em 0em 0em 0em;
  padding: 0;
  font-family: sans-serif;
  border: thin dotted #000;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0.1em;
}

td.date {
  background: #ADD8E6;
  width: 100%;
  padding: 0.3em 0em 0em 2em;
  border-bottom: thin solid #000;
  line-height: 1.2em;
  font-size: medium;
  font-weight: bold;
  text-align: left;
}

tr.odd td {
  background: #D3D3D3;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border-bottom: thin solid #000;
  vertical-align: top;
}

tr.even td {
  background: #FFFFFF;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border-bottom: thin solid #000;
  vertical-align: top;
}

tr.new td {
  /*background: #71E2AE;*/
  background: #98FB98;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border-bottom: thin solid #000;
  vertical-align: top;
}

table#changelog a {
  color: #415248; 
  text-decoration: none;
}
table#changelog a:hover {
  color: #c30;
  text-decoration: underline;
}
table#changelog a:visited {
  color: #669;
  text-decoration: none;
}
table#changelog a:visited:hover {
  color: #669;
  text-decoration: underline;
}
#notice {
  font-size: x-small;
  color: #909090;
  text-align: center;
  margin: -0.2em 0.2em 0em 0.2em;
  padding: 0em 0em 0em 1em;
}
#notice a {
  color: #c30;
  text-decoration: none;
}
#notice a:hover {
  color: #c30;
  text-decoration: underline;
}
#notice a:visited {
  text-decoration: none;
  color: #669;
}
#notice a:visited:hover {
  text-decoration: underline;
}