1/* Move down content because we have a fixed navbar that is 50px tall with 20px padding */
2body {
3  padding-top: 70px;
4  padding-bottom: 20px;
5}
6
7.state_indicator {
8  padding: 0 4px 0 4px;
9}
10
11.literal_output td {
12  font-family: monospace;
13}
14
15.cursor-pointer {
16  cursor: pointer;
17}
18
19.tooltip-inner {
20  max-width: none;
21  text-align: left;
22}
23
24.label {
25  white-space: normal;
26}
27
28/* The navbar adds horizontal padding already */
29.navbar .container-fluid {
30    padding: 0;
31}
32
33/* This class provides style for containers that hold card like (without background) objects within container-fluid and out of accordion */
34.blank-card {
35  padding-bottom: 50px;
36  padding-right: 25px;
37}
38