forked from verdnatura/hedera-web
27 lines
303 B
CSS
27 lines
303 B
CSS
|
|
.report .sheet
|
|
{
|
|
height: auto;
|
|
}
|
|
.report h2
|
|
{
|
|
margin-bottom: .8em;
|
|
font-weight: bold;
|
|
}
|
|
.report .header
|
|
{
|
|
margin-bottom: 2em;
|
|
}
|
|
.report .header > p
|
|
{
|
|
text-align: right;
|
|
margin: .1em 0;
|
|
}
|
|
.report .footer
|
|
{
|
|
font-weight: bold;
|
|
border-top: 1px solid #333;
|
|
padding-top: .3em;
|
|
text-align: right;
|
|
}
|