@media all
{
  table.releaseNotes {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
  }
  
  table.releaseNotes td,
  table.releaseNotes th {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border: 1px solid black;
    text-align: left;
  }
  
  table.releaseNotes tr .type {
    text-align: center;
  }
  
  table.releaseNotes tr.header {
    background-color: #999999;
  }
  
  table.releaseNotes tr.header th {
    font-weight: bold;
  }
  
  table.releaseNotes tr.item {
    background-color: #ccffcc;
  }
  
  table.releaseNotes tr.item td {
  }
  
  table.releaseNotes tr.altitem {
    background-color: #ffff99;
  }
  
  table.releaseNotes tr.altitem td {
  }
}
