/* This is styling for top panel handles */

.handle-top {
    position: absolute;
    opacity: 0.7;
    border-bottom:1px solid #B3B3B3;
    background: #DDDDDD;
    overflow: hidden !important;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;  
}

.handle-1-top {
    left: 25px;
}

.handle-2-top {
    right: 25px;
}