#table {
    clear: both;
    width: 100%;
}

#table thead th{
    background-color: #f7f7f7;
    text-align: left;
    font-weight: none;
    font-size: 12px;
    color: #888;
    padding: 5px;
}

#table td, #table th {
    
    border-bottom: 1px solid #ddd;   
    vertical-align: center;

}

#table td a {
    text-decoration: none;
    color: black;
}

.node-level-0 {
    font-size: 90%;
    padding-left: 20px;
    font-weight: bold;    
}
.node-level-1 {
    font-size: 80%;
    padding-left: 50px;
}

