.meshim_widget_components_chatButton_Button,
.meshim_widget_components_mobileChatButton_Button {
    width: 100%;
}

.meshim_widget_widgets_TitleBar .border_overlay,
.meshim_widget_components_chatWindow_PreChatOfflineForm.full_frame_layout .container,
.meshim_widget_components_chatButton_ButtonBar .border_overlay,
.meshim_widget_components_mobileChatWindow_PreChatOfflineForm,
.meshim_widget_components_mobileChatButton_ButtonBar .border_overlay {
    border: none;
}

.meshim_widget_widgets_TextArea.placeholder,
.meshim_widget_widgets_ConnAwareSubmit,
.meshim_widget_components_chatWindow_MainStack.ms_br,
.meshim_widget_widgets_TitleBar.br,
.meshim_widget_components_ChatButton.br .button_bar,
.meshim_widget_components_ChatButton.br .favicon,
.meshim_widget_components_mobileChatWindow_MainStack.ms_br,
.meshim_widget_components_mobileChatButton.br .button_bar,
.meshim_widget_components_mobileChatButton.br .favicon {
    border-radius: 0;
}

.meshim_widget_components_ChatButton.br .favicon,
.meshim_widget_components_mobileChatButton.br .favicon {
    background: #292929 url(../images/zopim.png) no-repeat center center;
    color: #ffffff;
}

.meshim_widget_components_chatButton_Button .jx_ui_Label,
.meshim_widget_components_mobileChatButton_Button .jx_ui_Label {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.meshim_widget_Widget *,
.meshim_widget_components_chatButton_Button .jx_ui_Label,
.meshim_widget_widgets_TitleBar .title .title_text,
.meshim_widget_components_mobileChatButton_Button .jx_ui_Label {
    color: #292929;
}

.meshim_widget_widgets_ActionBar,
.meshim_widget_widgets_Favicon .default_icon.default_icon_offline {
    display: none;
}

.meshim_widget_components_chatButton_Button .button_bar,
.meshim_widget_components_mobileChatButton_Button .button_bar {
    max-width: 160px;
    min-width: 160px;
}

.zopim + .zopim .meshim_widget_components_chatButton_Button .button_bar {
    max-width: 360px;
}

.meshim_widget_components_chatButton_ButtonBar,
.meshim_widget_components_mobileChatButton_ButtonBar {
    padding: 0 36px 0 0;
}

.meshim_widget_components_chatButton_ButtonBar .favicon,
.meshim_widget_components_mobileChatButton_ButtonBar .favicon {
    left: auto;
    right: 0;
}

.meshim_widget_components_chatWindow_PreChatOfflineForm.has_action_bar_at_bottom,
.meshim_widget_components_mobileChatWindow_PreChatOfflineForm.has_action_bar_at_bottom {
    padding-bottom: 10px;
    background: #FFFFFF;
}

.meshim_widget_widgets_ConnAwareSubmit {
    background: #332f2f;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #332f2f;
    height: 30px;
    width: auto;
    vertical-align: middle;
    white-space: nowrap;
    font: bold 12px "CenturyGothicPro", Verdana, Arial, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.meshim_widget_widgets_ConnAwareSubmit:hover {
    background: #FFFFFF;
    cursor: pointer;
    outline: none;
    color: #332f2f;
}

.meshim_widget_widgets_TextArea.placeholder {
    border: 1px solid #4C4646;
    color: #292929;
}
