forked from verdnatura/hedera-web
37 lines
408 B
CSS
37 lines
408 B
CSS
|
|
.report .sheet
|
|
{
|
|
height: auto;
|
|
}
|
|
.report h2
|
|
{
|
|
margin-bottom: .8em;
|
|
font-weight: bold;
|
|
}
|
|
.report .header
|
|
{
|
|
margin-bottom: 2em;
|
|
}
|
|
.report .header > div > p
|
|
{
|
|
text-align: right;
|
|
margin: .1em 0;
|
|
}
|
|
.report .address
|
|
{
|
|
margin-top: .8em;
|
|
}
|
|
.report .footer
|
|
{
|
|
font-weight: bold;
|
|
border-top: 1px solid #333;
|
|
padding-top: .3em;
|
|
}
|
|
.packages
|
|
{
|
|
width: 50%;
|
|
padding-top: 1em;
|
|
margin-left: 0;
|
|
display: none;
|
|
}
|