.is-mobile .livechat-subtext {
    display: none;
}

/*Pre-Chat*/

.livechat-prechat {
    background-color: #eee;
}

.livechat-prechat-form-container {
    background: #fff;
}

.livechat-prechat-submit-btn,
.livechat-prechat-submit-btn:focus {
    display: block;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    margin: auto;
}

.livechat-prechat-submit-btn:hover {
    background-color: #444;
    color: #fff;
}

/*In-Chat*/

.livechat-inchat {
    background-color: #eee;
}

.livechat-send-btn,
.livechat-send-btn:focus {
    background-color: #000;
}

.livechat-send-btn:hover {
    background-color: #444;
}

.client {
    background-color: #38e;
}

.client:after {
    border-bottom-color: #38e;
}

.liveAgentStateEnded .liveAgentEndButton {
    display: none;
}

.liveAgentStateEnded .liveAgentSaveButton {
    margin: 0;
}