|
|
|
@ -42,8 +42,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
|
|
|
.report td { |
|
|
|
|
border: dotted 1px #ddd; |
|
|
|
|
color: #666; |
|
|
|
|
text-align: right; |
|
|
|
|
padding-right: 5px; |
|
|
|
|
text-align: center; |
|
|
|
|
padding: 0 8px 0 8px; |
|
|
|
|
line-height: 2rem; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.report tbody th, .report tbody td, .inner { |
|
|
|
@ -65,6 +68,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
|
|
|
border: solid 1px #ccc; |
|
|
|
|
background-color: #e3e3e3; |
|
|
|
|
text-align: center; |
|
|
|
|
font-size: 0.875rem; |
|
|
|
|
line-height: 34px; |
|
|
|
|
padding: 0 8px 0 8px; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.report .odd th.inner { |
|
|
|
|