2020-12-16 07:05:41 +00:00
|
|
|
.column-oriented {
|
2020-12-16 13:42:57 +00:00
|
|
|
margin-top: 0px;
|
2020-12-16 07:05:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-line > tr {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-line tr:nth-last-child() {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2020-12-16 13:42:57 +00:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-weight: 100;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description strong {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|