body, p, h1, h2, h3, h4, h5, h6, table, td, th, li, ul, ol, a, div, span {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  line-height: 1.5em;
}

tr, td, table
{
    border-collapse: collapse;
    border: 1pt dotted;
}

div.tablenote
{
    font-size: small;
}

table.assetstatus
{
    min-width: 320pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.center
{
    text-align: center;
}

div.assethome
{
    font-size: large;
    text-align: center;
    margin-bottom: 20pt;
}

div.pinnotice
{
    text-align: center;
    font-size: small;
}

div.assetconfig 
{
    line-height: 1em;
}


div.log
{
	font-family: Courier;
	line-height: 1em;
}

div.catastrophic
{
    font-family: Courier;
    line-height: 1em;
    font-weight: bold;
    border-style: solid;
    border-width: medium;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

div.catastrophic_head
{
    font-size: large;
    color: red;
    text-align: center;
}

div.configmainapply
{
    text-align:center;
    margin: 20pt;
}

button
{
    font-size: 100%;
}


button.configmainapply
{
    font-size:150%;
    font-weight:bold;
    width:200pt;
}

textarea {
    white-space: pre;
    overflow-wrap: normal;
    overflow-x: scroll;
}

.tree-ul {
    list-style-type: none;
}

.tree-root {
    margin: 0;
    padding: 0;
}

.tree-caret {
    cursor: pointer;
    user-select: none;
    display: inline-block;
}

.tree-caret-dummy {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    opacity: 0;
}
    
.tree-caret-down {
    rotate: 90deg;
}

.tree-nested {
    display: none;
}
.tree-active {
    display: block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    z-index: 1;
    background-color: gray;
    color: black;
    padding: 5pt;
    border-style: inset;
    border-radius: 5pt;
}
.dropdown-show {
    display: block;
}

@media (prefers-color-scheme: dark)
{
    body {
        color: white;
        background-color: black;
    }
    a {
        color: steelblue;
    }
}
