.live-chat {
  right: 10px;
  position: fixed;
  z-index: 16000001;
  bottom: 0px;
  display: none;
}
  .chat-button {
  background: #ffca2c;
  color: #613406;
  font-weight: bold;
  border: 0px;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 15px;
  position: absolute;
  bottom: 0px;
  /*right: 10px;*/
  right: 90px;
  font-family: 'dejavusanscondensdzj';
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: fixed;
  z-index: 16000001;
  bottom: 0px;
}
.chat-button i {  font-size: 18px;}
.chat-button:hover {
	cursor: pointer;
	background: #eb9707; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb9707 0%, #edac19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb9707), color-stop(100%,#edac19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb9707 0%,#edac19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb9707 0%,#edac19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb9707 0%,#edac19 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb9707 0%,#edac19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9707', endColorstr='#edac19',GradientType=0 ); /* IE6-9 */
}
.chat-coteinet {
  width: 440px;
  margin: 0px;
  overflow: hidden;
  background: #edb200;
  position: absolute;
  bottom: 0px;
  right: 10px;
  border-radius: 7px;
  position: fixed;
  z-index: 16000005;
  bottom: 0px;
}
.chat-coteinet header {
	background: #eb9707; /* Old browsers */
  color: #6F3C06;
  font-size: 14px;
  font-weight: bold;
	line-height: 35px;
	height: 35px;
	padding-left: 15px;
	background: -moz-linear-gradient(top,  #eb9707 0%, #edac19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb9707), color-stop(100%,#edac19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb9707 0%,#edac19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb9707 0%,#edac19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb9707 0%,#edac19 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb9707 0%,#edac19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9707', endColorstr='#edac19',GradientType=0 ); /* IE6-9 */
	font-family: 'dejavusanscondensdzj';
}
.chat-coteinet header:hover {cursor: -webkit-grab;}
.chat-coteinet header i:nth-child(1){margin-right: 10px; font-size: 20px; color: #935514;}
.chat-coteinet header i:nth-child(2){float: right;padding: 8px;font-size: 18px; color: #935514;margin-right: 5px;}
.chat-coteinet header i:nth-child(2):hover {cursor: pointer; color:#000; }
.chat-coteinet header i:nth-child(3){float: right;padding: 10px;font-size: 18px; color: #935514;}
.chat-coteinet header i:nth-child(3):hover {cursor: pointer; color:#000; }
.chat-coteinet section {/*padding: 10px;*/ background: #222222; margin: 0px 1px; border-radius:7px; margin-bottom: 1px; }
.chat-coteinet section .operator img {border-radius:7px;}
.chat-coteinet section .status {font-family: 'barial';background: #131313;color: #fff;font-size: 14px; padding: 10px 15px;border-radius: 7px;margin-top: 3px;}
.chat-coteinet section .content {
    background: #fff;
    border-radius: 7px;
    margin-top: 7px;
    min-height: 300px;
    max-height: 300px;
    padding: 10px 15px;
    overflow-y: auto;
    padding-bottom: 0 !important;
    direction: ltr;
}