1label.passwordgrey {
2    border: 0;
3    border-radius: 0;
4    background: transparent !important;
5    cursor: text !important;
6    outline: none;
7    min-width: 20px;
8    font-family: "DejaVu Sans Mono", monospace;
9    font-weight: bold;
10    visibility: hidden;
11    vertical-align: bottom;
12}
13
14label.passwordgrey {
15    cursor: pointer;
16}
17
18label.passwordgrey:hover {
19    color: #428BCA;
20}
21
22label.passwordgrey  span.copy.copied{
23    margin-left: 6px;
24}
25
26label.passwordgrey  span.copy{
27    margin-left: 3px;
28    visibility: visible;
29}
30
31
32