.chat_user {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}

#chat_text {
    color: black !important;
    margin-top: 0px !important;
    right: 0px !important;
    position: absolute;
    margin-right: 20px;
}

.chat_message {
    font-size: 12px;
    word-break: break-word;
    margin-bottom: 0px;
}

.chat_message label {
    display: inline-block !important;
    margin-right: 2px;
}

.chat_message i {
    margin-right: 2px;
}

.chat_box_closed {
    max-height: 340px;
    height: 85%;
    max-width: 320px;
    width: 100%;
    border-top-right-radius: 3px;
    z-index: 9997; 
    position: fixed; 
    right: 100%;
    margin-right: -130px;
    top: 100%; 
    margin-top: -50px;
    background-color: #fff;
}

.chat_box_opened {
    max-height: 340px;
    height: 85%;
    max-width: 320px;
    width: 100%;
    border-top-right-radius: 3px; 
    z-index: 9997; 
    position: fixed; 
    left: 0%;
    bottom: 0%;
    background-color: #fff;
}

.chat_box_touchscreen {
    max-height: 380px;
    height: 85%;
    max-width: 100%;
    width: 100%;
  	padding: 20px 0 50px;
  	margin-top: 20px;
    border-top-left-radius: 3px; 
    z-index: 9997; 
    position: relative;  
    left: 0%;
    bottom: 0%;
    display: block;
    background-color: #fff;
}

.chat_box_touchscreen .chat_show_n_hide { display: none; }

#chat_show_n_hide {
    cursor: pointer;
    height: 40px;
    width: 200px;
    text-align: left;
    color: white;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
    border-top-left-radius: 50px;
    margin-top: 6px;
    margin-left: 13px;
    margin-bottom: 10px;
}

#chat_show_n_hide :hover{
    color: #01a0bd;
}

#chat_show_n_hide>div {
    margin-top: 9px;
    margin-left: 4px;
    font-size: 18px;
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}

#chat_box form {
    margin-right: 0px !important;
}

#chat_box { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); }
#chatBox, #chatBox div { height: 200px !important; margin: 30px 10px 10px; }
#chatBox div { margin: 0px 5px 10px; }
#chatBox div.loggedinchat { margin: 0 0 0 6px; }
#whosOnline { margin: 30px 10px 10px; }
#messages_box { padding: 10px 5px; }
#chat_box label:hover { text-decoration: underline; }
#send_message { margin: 0 15px 0 5px; }