
table.bitfields{
    table-layout: fixed;
    border: 2px solid black;
    border-collapse: collapse;
    border-spacing: 0px;
    color:Black ;
    background-color: White;
    font-family:courier;
    font-size: 14px;
    letter-spacing: 1px;
}

table.bitfields caption{
    text-align: right;
    caption-side: bottom;
    color:aquamarine;
    font-family:"Garamond";
}

table.bitfields td, table.bitfields tr{
    border: 1px solid Black;
    text-align: center;
    background-color: White;
    padding:1px;
}

table.bitfields thead{
    background-color: LightGray;
    padding:1px;
}

table.bitfields th{
    border: 1px solid Black;
    background-color: LightGray;
    padding:1px;
}
table.bitfields.nxp td, table.bitfields.nxp th{
    text-align: left;
    padding-left: 4px;
}

table.invisible{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: White;
    font-family:courier;
    font-size: 14px;
    letter-spacing: 1px;
}
table.invisible td{
    border: 1px solid White;
    text-align: left;
    vertical-align: text-top;
    padding-left: 4px;
    border-spacing: 0px;
    color:Black ;
    background-color: White;
}


/*
table.bitfields tr:nth-child(odd) td {
  background-color: White;
}

table.bitfields tr:nth-child(even) td {
  background-color: White;
}
*/
/*
table {
  table-layout: fixed;
  width:80%;
  border-collapse: collapse;
  border: 2px solid rgb(8, 46, 8);
  letter-spacing: 1px;
  font-size: 0.8rem;
  background-color: Silver;
  color: Black;
}

td, th {
  border: 1px solid Black;
  padding: 10px 20px;
}

th {
  background-color: DarkGray;
}

td {
  text-align: center;
}

tr:nth-child(1) td {
  background-color: DeepSkyBlue;
}

tr:nth-child(2) td {
  background-color: White;
}

caption {
  font-size: 1.2rem;
  padding: 10px;
  color:LightSkyBlue ;
}
*/