div.node.schema { 
    border:1px solid #aaa;
    border-radius: 0px;
    width:140px;
    height:auto;
}


/* div.node.schema div.content div.schema-line:nth-child(3) { 
    border:1px solid red;
} */

div.node.schema div.title-text {
    text-align: left;
    display:inline-block;
    border-bottom: 1px solid #aaa;
    padding:2px;
    width:calc(100% - 4px);
    font-weight: bold;
    background-color: #eee;
}
div.node.schema div.content-text {
    display: inline-block;
    height:auto;
}

div.node.schema div.title-text span {
    margin-left:5px;
}
div.node.schema div.schema-line {
    text-align: left;
    border-bottom:1px solid #ccc;
    font-size:9pt;
}
div.node.schema div.schema-line span{
    margin-left:10px;
}
div.node.schema div.schema-line:last-child {
    border-bottom:0px solid transparent;
}
