1body.light .does_not_compile,
2body.light .panics,
3body.light .not_desired_behavior,
4body.rust .does_not_compile,
5body.rust .panics,
6body.rust .not_desired_behavior {
7  background: #fff1f1;
8}
9
10body.coal .does_not_compile,
11body.coal .panics,
12body.coal .not_desired_behavior,
13body.navy .does_not_compile,
14body.navy .panics,
15body.navy .not_desired_behavior,
16body.ayu .does_not_compile,
17body.ayu .panics,
18body.ayu .not_desired_behavior {
19  background: #501f21;
20}
21
22.ferris-container {
23  position: absolute;
24  z-index: 99;
25  right: 5px;
26  top: 30px;
27}
28
29.ferris {
30  vertical-align: top;
31  margin-left: 0.2em;
32  height: auto;
33}
34
35.ferris-large {
36  width: 4.5em;
37}
38
39.ferris-small {
40  width: 2.3em;
41}
42
43.ferris-explain {
44  width: 100px;
45}
46