
FrameworkList { 
    display: table;
    table-layout: auto;
}

framework { 
    display: table-row;
}

key,
name,
purpose, 
scope, 
classifiers,
notes { 
    display: table-cell; 
    border: 1px solid grey;
    border-style: groove;
    padding: 6px;
}

key { width: 8%; }
name { width: auto; }
purpose { width: auto; } 
scope { width: auto; } 
classifiers { width: auto; }
notes  { width: 32%; } 

