1.cms-shortcuts {
2    padding: 0 20px;
3
4    h2 {
5        padding-top: 20px;
6        padding-left: 8px;
7        font-weight: bold;
8        margin-bottom: 5px;
9    }
10    margin-bottom: 20px;
11}
12
13.cms-shortcut {
14    clear: both;
15}
16
17.cms-shortcut-key-wrapper {
18    width: 100px;
19    text-align: right;
20    vertical-align: top;
21    padding-bottom: 5px;
22    white-space: nowrap;
23}
24.cms-shortcut-key {
25    display: inline-block;
26    background-color: $gray-lightest;
27    padding: 3px 6px;
28    border-radius: 3px;
29    font-family: 'Operator Mono', 'Menlo', 'Monaco', 'Consolas', 'monospace';
30    background: #eff0f2;
31    border-radius: 4px;
32    border-top: 1px solid #f5f5f5;
33    box-shadow:
34        inset 0 0 25px #e8e8e8,
35        0 1px 0 #c3c3c3,
36        0 2px 0 #c9c9c9,
37        0 2px 3px #333;
38    text-shadow: 0px 1px 0px #f5f5f5;
39}
40
41.cms-shortcut-desc {
42    padding: 3px 10px;
43    width: 100%;
44    padding-bottom: 5px;
45}
46