19 lines
268 B
CSS
19 lines
268 B
CSS
|
.column-oriented {
|
||
|
margin-top: 50px !important;
|
||
|
}
|
||
|
|
||
|
.bottom-line > tr {
|
||
|
border-bottom: 1px solid #ccc;
|
||
|
}
|
||
|
|
||
|
.bottom-line tr:nth-last-child() {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.report-info {
|
||
|
font-size: 20px
|
||
|
}
|
||
|
|
||
|
.description strong {
|
||
|
text-transform: uppercase;
|
||
|
}
|