/* this code hides the wdn email chat tab */
#visitorChat{display:none;} 

/*this code provides the placement of the ASKus Chat tab */
.lcs_header {bottom:-7px; border-style: none;}
.lcs_slide_out div.lcs_header a {
   
    border-style: none;
    border-color:#000;
    border-radius: 12px;

}
.lcs_slide_out-b.open div.lcs_header a {
    top: 0;
    bottom: auto;
}