Would anyone have any advice on how to create the following formatted output? Thank you in advance!
I need to have the areas in the highlighted orange, added to the output:

This is what I currently have as output:

This is the current flow:




<style>
table {
border-collapse: collapse;
background-color: #EEEEEE;
}
table td {
border: 2px solid #ddd;
padding: 6px 20px;
text-align: left;
font-weight: bold;
}
table th {
display: none;
}
table td:first-child {
}
</style>