#changelog .date, #changelog .ver
{
  vertical-align: top;
  white-space: nowrap;
  padding-right: 2em;
}

#changelog .desc
{
  vertical-align: top;
  padding-right: 4em;
}

#changelog tr:nth-child(even)
{
  background: #e0e0e0;
}

#changelog tr:nth-child(odd)
{
  background: #f0f0f0;
}

caption
{
  text-align: left;
  font-weight: bold;
}

#switch_table
{
  padding: 2px;
  border: 1px solid black;
  background: silver;
  font-variant: small-caps;
}

.note
{
  font-size: 0.9em;
  color: gray;
}

