table {
    width: 100%;
    border: solid 3px;
    border-collapse: collapse;
}

table th {
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: none;
    border-bottom: none;
}

table tr.title_description {
    border-top: solid 1px;
    border-bottom: solid 2px;
}

table tr.summary {
    border-top: solid 2px;
    border-bottom: dashed 1px;
}

table tr.summary td {
    padding: 0.5em 0.5em 0.1em 0.5em;
}

table tr.description {
    border-bottom: solid 2px;
}

table tr.description td {
    padding: 0.1em 0.5em 0.5em 0.5em;
}

table td {
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: none;
    border-bottom: none;
}

table td.updt_date {
    width: 7em;
}

table td.type {
    width: 10em;
}

table td.dl {
    width: 2em;
}
