/* CSS Document */


th
{
text-align: center;
vertical-align: text-top;
padding: 8px;
border-top: 1px solid #669;
border-right: 1px solid #669;
background-color: rgba(235,235,215,.67);
font-size: 95%;
}

td
{
text-align: left;
vertical-align: text-top;
padding: 8px;
border-top: 1px solid #669;
border-right: 1px solid #669;
background-color: rgba(245,245,245,.67);
}

.nc th,.nc td
{
border-top: 3px double #669;
}

th:last-child, td:last-child
{
border-right: 3px double #669;
}

tr.c
{
font-family: Consolas, 'Courier New', 'Lucida Console', monospace;
font-size: 15px;
}

table
{
max-width: 820px;
border-bottom: 3px double #669;
border-left: 3px double #669;
text-align: left;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-spacing: 0;
}

table caption
{
padding: 5px 0;
border-top: 3px double #669;
border-right: 3px double #669;
border-left: 3px double #669;
margin-top: 15px;
background-color: hsl(60, 0%, 98%);
}

table caption h3
{
padding-top: 0;
background: none;
}

table.ndb
{
border-bottom: 1px solid #669;
/*border-left: 1px solid #669;*/
}

table.ndb th, table.ndb td
{
border-top: 1px solid #669;
/*border-right: 1px solid #669;*/
}

