forked from verdnatura/hedera-web
43 lines
472 B
CSS
43 lines
472 B
CSS
|
|
.report .sheet
|
|
{
|
|
height: auto;
|
|
}
|
|
.report h1
|
|
{
|
|
font-weight: normal;
|
|
font-size: 4em;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
margin-bottom: .8em;
|
|
}
|
|
.report .htk-grid
|
|
{
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
}
|
|
.report thead > tr
|
|
{
|
|
border-bottom: 1px solid #333;
|
|
height: .1em;
|
|
}
|
|
.report th
|
|
{
|
|
font-weight: normal;
|
|
}
|
|
.report td
|
|
{
|
|
padding-left: .02em;
|
|
}
|
|
.report tbody > tr
|
|
{
|
|
height: .18em;
|
|
}
|
|
.report .cell-image > img
|
|
{
|
|
width: .15em;
|
|
}
|
|
|