.survey {
    background-color: transparent;
    position: fixed;
    top: -40px;
    left: 0px;
    z-index: 100;
    width: 200px;
    height: 420px;
}

.hidesurvey{
    background-color: transparent;
    position: fixed;
    top: 25px;
    left: -40px;
    z-index: 100;
    width: 120px;
    height: 16px;
}
