1/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5.hidden {
6    position: absolute;
7    left: -10000px;
8    top: auto;
9    width: 1px;
10    height: 1px;
11    overflow: hidden;
12}
13
14body {
15    font-size: 14px;
16    font-family: 'Lucida Grande', sans-serif;
17    color: #282828;
18}
19
20div {
21    padding-left: 30px;
22    padding-top: 10px;
23}
24
25.option {
26    padding-left: 0px;
27    padding-top: 0px;
28    padding-bottom:10px;
29}
30
31p {
32    padding-top:0px;
33    margin-top:0px;
34    margin-bottom:25px;
35}
36
37h1 {
38    font-size: 1.5em;
39    font-weight: bold;
40    margin-bottom:0px;
41    padding-bottom:0px;
42}
43
44h2 {
45    font-size: 16px;
46    font-weight: bold;
47    padding-bottom: 5px;
48    margin-bottom: 0px;
49}
50
51h3 {
52    padding-bottom: 0px;
53    margin-bottom: 10px;
54}
55
56a {
57    color: #337ef1
58}
59
60input {
61    font-size: 12pt;
62    color: #787878;
63}
64
65.description {
66    margin-bottom: 0px;
67}
68
69.key {
70    padding-left: 0px;
71    padding-top: 0px;
72    padding-bottom:10px;
73    padding-right: 5px;
74    margin-right: 5px;
75}
76
77.key-container {
78    padding-left: 0px;
79}
80