1span.jenkins {
2    background-color: #4a90e2;
3    color: white;
4    padding: 0.4em;
5    vertical-align: middle;
6}
7
8span.jenkinsfailed {
9    background-color: #ff9191;
10    color: white;
11    padding: 0.4em;
12    vertical-align: middle;
13}
14
15img.jenkinslogo {
16    height: 2em;
17    width: 2em;
18}
19
20img.jenkins {
21    height: 1.5em;
22    width: 1.5em;
23    margin-bottom: 0.3em;
24}
25
26a.jenkins, a.jenkins:link, a.jenkins:visited {
27    color: white;
28    text-decoration: none;
29    font-size: 18px;
30    font-family: "LatoLatinWeb", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
31}
32
33.tooltiptext {
34    visibility: hidden;
35    width: 120px;
36    background-color: black;
37    color: #fff;
38    text-align: center;
39    border-radius: 6px;
40    padding: 5px 0;
41
42    /* Position the tooltip */
43    position: absolute;
44    z-index: 1;
45}
46