﻿
/* container for all propery attributes  */
table.model {  
}

/* container for all propery attributes  */
td span.prop * {
}

tr.property-row span.model span.property {
    display: none;
}

tr.property-row span.model div.renderedMarkdown p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 1em;
}