#com\2e dblue\2e docview\2e live\2e chat\2e widget, #ibm-live-chat-widget {
    line-height: 1.8rem;
    padding-left: 15px;
}

[class*="st-chat"] {
    display: inline-block;
    margin: 0;
    padding-left: 2.2em;
    position: relative;
}

[class*="st-chat"]:before {
    display: inline-block;
    font-family: "icons-ibm-v12";
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 1px;
    position: absolute;
    text-decoration: none;
    text-rendering: optimizelegibility;
    text-transform: none;
}

.st-chat-avail:before {
    content: "\f19b";
}

.st-chat-away:before {
    content: "\f19b";
    color: #ccc;
}

.st-chat-none:before {
    content: "\f19b";
    color: #ccc;
}

.st-chat-away {
    color: #ccc;
}

.st-chat-none {
    color: #ccc;
}

div [class*="st-chat"] {
	/*font-size: 1.5625rem;*/
	font-size: 1.0rem;
}

#divOverlayLiveChat a.ibm-chat-link {
	pointer-events: none;
}