﻿ .CodeTableList
{
    list-style-type: none;
}
.CodeTableCheckbox
{
    margin-right: 1em;
}
 .CodeTableOpenNode
{
    font-weight: bold;
    vertical-align: top;
}
 .CodeTableOpenNode:hover
{
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}
 .CodeTableClosedNode
{
}
 .CodeTableClosedNode:hover
{
    color: blue;
    text-decoration: underline;
}
 .CodeTableLeafNode
{
    vertical-align: top;
}
 .CodeTableLeafNode:hover
{
}
 .CodeTableHighlightedNode
{
    background-color: var(--LowRisk);
}
.CodeTableButton
{
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 4px;
}
.CodeTableInput
{
    font-weight: normal;
    color: black;
    padding: 0.2em;
    margin-left: 1em;
    margin-right: 1em;
    width: 6em;
    vertical-align: top;
}
.CodeTableSelect
{
    vertical-align: top;
}