1
2#icke__wrapper .content .sfauth,
3.sfauth {
4    margin-top: 1em;
5    text-align: center;
6    line-height: 12pt;
7
8    a.sf {
9        display: inline-block;
10        background-color: #00A1E0;
11        color: #fff;
12        padding: 1em;
13        font-size: 10pt;
14        font-weight: bold;
15        border: 0;
16    }
17
18    a.sf:link, a.sf:visited, a.sf:active, a.sf:hover {
19        color: #fff;
20    }
21
22    a.switch {
23        display: block;
24        text-align: center;
25        font-size: 90%;
26    }
27}
28