a.prnnode {
    font-family: Verdana, Arial, Sans;
    font-size: 8.5pt;
    color: #243308;
    text-decoration: none;
    cursor: hand;
    margin: 0px;
    padding: 1px 1px 1px 1px;
    border: #fff 1px solid;
    height: 18px
}

a.prnnode:hover {
    background-color: #d0e8a0;
    font-weight: bold
}

a.node {
    font-family: Verdana, Arial, Sans;
    font-size: 8.5pt;
    color: #243308;
    text-decoration: none;
    cursor: hand;
    margin: 0px;
    padding: 1px 1px 1px 1px;
    border: #fff 1px solid;
    height: 18px
}

a.node:hover {
    background-color: #6c757a;
    text-decoration: underline
}

a.selnode {
    font-family: Verdana, Arial, Sans;
    font-size: 8.5pt;
    color: #243308;
    text-decoration: none;
    cursor: hand;
    margin: 0px;
    background-color: #6c757a;
    padding: 1px 1px 1px 1px;
    border: #243308 1px solid;
    height: 18px
}

a.selprnnode {
    font-family: Verdana, Arial, Sans;
    font-size: 8.5pt;
    font-weight: bold;
    color: #243308;
    text-decoration: none;
    cursor: hand;
    margin: 0px;
    background-color: #6c757a;
    padding: 1px 1px 1px 1px;
    border: #243308 1px solid;
    height: 18px
}

/* div.row {
    color: #06c;
    text-decoration: none;
    cursor: hand
} */

div.selrow {
    background-color: #9cf;
    cursor: hand
}

/* div.row:hover {
    font-weight: bold
} */

input.nodeedit {
    font-family: Verdana, Arial, Sans;
    font-size: 8.5pt;
    color: #243308;
    text-decoration: none;
    position: absolute;
    height: 18px;
    border: #cfcfcf 1px solid;
    z-index: 1
}


input:focus{
    outline-color: none !important;
    box-shadow: none !important;
}
textarea:focus{
    outline-color: none !important;
    box-shadow: none !important;
}