#feedback-survey {              
    position: fixed;            
    top: 40%;           
    right: -50px;       
    z-index: 999;               
    -moz-transform: rotate(270deg);             
    -webkit-transform: rotate(270deg);          
    -o-transform: rotate(270deg);               
    -ms-transform: rotate(270deg);              
    transform: rotate(270deg);          
}               
#feedback-survey:hover a.btn.btn-primary {              
    background: #fff !important;                
    color: #F15C22;             
}               
#feedback-survey a.btn.btn-primary {            
    background: #F15C22;                
    color: #fff;
    cursor: pointer!important;          
    border: none;               
    -webkit-border-bottom-right-radius: 0;              
    -webkit-border-bottom-right-radius: 0;              
    -moz-border-radius-bottomright: 0;          
    border-bottom-right-radius: 0;              
    -webkit-border-bottom-left-radius: 0;               
    -webkit-border-bottom-left-radius: 0;               
    -moz-border-radius-bottomleft: 0;           
    border-bottom-left-radius: 0;               
}                       
@media (max-width: 768px) {             
    #feedback-survey {          
        display: none;          
    }   
          
}

@media (min-width: 769px) {
    .list-unstyled.list-unstyled-overstated .survey-link {
        display: none; 
    }
}
