1#search__jump {
2    border: 1px solid __border__;
3    background-color: __highlight__;
4    opacity: 0.5;
5    width: 20px;
6    position: absolute;
7    left: 0;
8    text-align: center;
9}
10
11#search__jump:hover {
12    opacity: 0.9;
13}
14
15#search__jump img {
16    width: 16px;
17    height: 16px;
18    margin: 0;
19    cursor: pointer;
20}
21