/*
 * This <TABLE> makes no constraints on the number of columns, nor does it modify the widths   
 * This one uses 'table-layout', but makes no attempt to size the width of the columns.  Whatever
 * 'auto-size' are applied by the browser are accepted.  This also does not make any mention of
 * white-space or word-breaks.
 *
 * Java/Additional/upgrade-files/external-html/JsonExceptions/ConvenienceFields/Obj.html:
 * Java/Additional/upgrade-files/external-html/JsonExceptions/ConvenienceFields/Binding.html:
 * Java/Additional/upgrade-files/external-html/JsonExceptions/ConvenienceFields/BindingArr.html:
 * Java/Additional/upgrade-files/external-html/JsonExceptions/ConvenienceFields/Arr.html:
 * Java/Additional/upgrade-files/external-html/JsonExceptions/ConvenienceFields/BindingObj.html:
 */
TABLE.MISCTABLE
{ 
    width:          100%;
    border:         0px;
    box-shadow:     12px 12px 8px 0px rgba(0,0,0,0.65);
    margin:         1.5em 0em 2.0em 0em;
    table-layout:   fixed;
}

TABLE.MISCTABLE TH
{
    padding:    1em 4em 1em 2em;
    text-align: left;
    background: var(--JD-Gold);
}

TABLE.MISCTABLE TD
{
    padding:    0.3em 4em 0.3em 2em;
    text-align: left;
}

TABLE.MISCTABLE TR:Nth-Child(odd)
{
    background: lightgray;
    color:      black;
}

TABLE.MISCTABLE TR:Nth-Child(even)
{
    background: white;
    color: black;
}
