body {
    overflow-x: hidden;
}
#slideout {
    position: absolute;
    height: auto;
    padding-left: 20px
}
    
#clickme {
    position: absolute;
    top: 0; 
    height: 25px;
    width: 25px;
    z-index: 99;
    background-size: cover;
    background-repeat: no-repeat;
}

#slidecontent {
    float:left;
}