1
#devkit {
2
position: absolute;
3
top: -385px; right: 0;
4
width: 640px; height: 390px;
5
border: 1px solid black;
6
z-index: 10000;
7
}
8
9
.devkitup {
10
top: -385px !important;
11
12
13
.devkitdown {
14
top: 0 !important;
15