| Line 9: |
Line 9: |
| | margin-bottom: 8px; | | margin-bottom: 8px; |
| | } | | } |
| | + | |
| | + | #cortex-table table.Asset { |
| | + | background: lightgrey; |
| | + | border: 3px solid lightgrey; |
| | + | border-radius: 10px; |
| | + | padding: 3px; |
| | + | text-align: right; |
| | + | margin-bottom: 8px; |
| | + | } |
| | + | |
| | + | #cortex-table table.Complication { |
| | + | background: darkgrey; |
| | + | border: 3px solid darkgrey; |
| | + | border-radius: 10px; |
| | + | padding: 3px; |
| | + | text-align: right; |
| | + | margin-bottom: 8px; |
| | + | } |
| | | | |
| | #cortex-table th { | | #cortex-table th { |