1@eval proportionalFont org.rstudio.core.client.theme.ThemeFonts.getProportionalFont();
2@eval fixedWidthFont org.rstudio.core.client.theme.ThemeFonts.getFixedWidthFont();
3
4.input, .output {
5   resize: none;
6   font-family: fixedWidthFont;
7   font-size: 11px;
8   white-space: pre;
9   width: 400px;
10   height: 200px;
11   overflow: auto;
12   background-color: white;
13   border: 1px solid #888;
14   padding: 4px;
15}
16.output td {
17   padding-right: 16px;
18}
19.inputLabel, .outputLabel {
20   margin-bottom: 3px;
21}
22.outputLabel {
23   margin-top: 12px;
24}
25.header {
26   font-weight: bold;
27}
28.leftPanel {
29   position: relative;
30   top: -5px;
31   margin-right: 10px;
32}
33.list {
34   width: 150px;
35}
36.nastrings {
37   width: 75px;
38}
39.varname {
40   width: 100%;
41   margin-bottom: 1.5em;
42   border: #cfd2d4 solid 1px;
43   font-size: 12px;
44   font-family: proportionalFont;
45   outline: none;
46}
47.leftPanel fieldset {
48   border: none;
49   padding: 0;
50   padding-block-end: 0;
51   padding-inline-end: 0;
52   margin: 0;
53}
54