| .body-sk graph-title-sk { | |
| #container { | |
| color: var(--secondary); | |
| display: flex; | |
| flex-wrap: wrap; | |
| } | |
| .column { | |
| flex: auto auto auto; | |
| display: inline-block; | |
| margin-right: 10px; | |
| margin-bottom: 10px; | |
| min-width: 75px; | |
| } | |
| .param { | |
| font-size: 0.8em; | |
| text-align: left; | |
| } | |
| .hover-to-show-text { | |
| font-size: 1.2em; | |
| font-weight: bold; | |
| } | |
| .showMore { | |
| text-decoration: underline; | |
| align-self: center; | |
| cursor: pointer; | |
| } | |
| } |