More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.Subheader {
padding: 0.2em 0.4em;
font-weight: bold;
font-size: 170%;
}
.EmptyRow {
height: 20px;
}
.HorizontalLayout {
border-bottom: 1px solid #aaa;
}
/* Left Column */
.HorizontalLayout td:first-child {
border-right: 1px solid #aaa;
padding: 0.2em 0.4em;
font-weight: bold;
}
/* Left Column */
.HorizontalLayout td:nth-child(2) {
padding: 0.4em 0.4em;
}
.VerticalLayout {
border-bottom: 1px solid #aaa;
}
.VerticalLayout td {
display: flex;
flex-direction: column;
}
.VerticalLayout td:first-child {
display: flex;
flex-direction: column;
border-right: 1px solid #aaa;
}
.VerticalLayout .Label {
padding: 0.2em 0.4em;
font-weight: bold;
}
.VerticalLayout .Value {
padding: 0.2em 0.4em;
}