/* Quicktext */	
.qt-entry { color: black; background-color: #eeeeee; }
.qt-value { color: maroon; }
.qt-time { color: green;} 
.qt-objectid { color: purple; font-weight: bold;}
.qt-sourceref { color: teal; }

table {
border-collapse:collapse;
border: 1px solid black;
}

table.tree {
  border:none;
  width:100%; 
}

table.tree table {
  border:none;
}

table.tree td,th {
  border:none;
  padding: 0px;
}

.note {
      border: 1px solid black;
}

.note .text {
    margin:  10px;
}

.note .sources {
    text-align:right;
    background-color:      #eeeeee;
    margin: 0;
    padding: 3px;
}