2017-03-30 11:44:53 +00:00
|
|
|
|
|
|
|
.report .sheet
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
|
|
|
height: auto;
|
|
|
|
}
|
2017-03-30 11:44:53 +00:00
|
|
|
.report h1
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
|
|
|
font-weight: normal;
|
2017-03-30 11:44:53 +00:00
|
|
|
font-size: 4em;
|
2015-11-17 10:34:33 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
2017-03-30 11:44:53 +00:00
|
|
|
margin-bottom: .8em;
|
2015-11-17 10:34:33 +00:00
|
|
|
}
|
2017-03-30 11:44:53 +00:00
|
|
|
.report .htk-grid
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-03-30 11:44:53 +00:00
|
|
|
.report thead > tr
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
|
|
|
border-bottom: 1px solid #333;
|
2017-03-30 11:44:53 +00:00
|
|
|
height: .1em;
|
2015-11-17 10:34:33 +00:00
|
|
|
}
|
2017-03-30 11:44:53 +00:00
|
|
|
.report th
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2017-03-30 11:44:53 +00:00
|
|
|
.report td
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
2017-03-30 11:44:53 +00:00
|
|
|
padding-left: .02em;
|
2015-11-17 10:34:33 +00:00
|
|
|
}
|
2017-03-30 11:44:53 +00:00
|
|
|
.report tbody > tr
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
2017-03-30 11:44:53 +00:00
|
|
|
height: .18em;
|
2015-11-17 10:34:33 +00:00
|
|
|
}
|
2017-03-30 11:44:53 +00:00
|
|
|
.report .cell-image > img
|
2015-11-17 10:34:33 +00:00
|
|
|
{
|
2017-03-30 11:44:53 +00:00
|
|
|
width: .15em;
|
2015-11-17 10:34:33 +00:00
|
|
|
}
|
|
|
|
|