
div.PropertyList {
    width           : 100%;
    margin-bottom   : 0.5em;
}

table.PropertyList {
    border-collapse : collapse;
    width           : 100%;
}

table.PropertyList tr {

}

table.PropertyList td {
    vertical-align  : top;
    padding         : 0 0.5em 0 0.5em;
    font-size       : 10pt;
}

table.PropertyList td.PropertyName {
    width           : 10em;
    color           : #0033A7;
    background-color: #E6E6E6;
    border          : 1px solid #C1C1C1;
    font-weight     : bold;
}

table.PropertyList td.PropertyValue {
    border          : 1px solid #C1C1C1;
}
