/* Custom styles for the SlideOut */  
.feedback-panel {  
    border-color: #2E2E2E !important;
    border-width: 0px;  
}  
/*  Handle defaults and "closed" state */  
.feedback-handle {  
    padding: 8px;  
    font-size: 14px;  
    border-width: 2px;  
    border-style: solid;  
    border-color: black;  
    color: black;  
    background-color: white;
}  


.ui-slideouttab-handle {
    background-color: #2E2E2E !important;
    border-color: #2E2E2E !important;
}

/*  Style applied to handle "open" state */  
.ui-slideouttab-open>.feedback-handle {  
    color: white !important;  
    background-color: #a8a8a8;
}