body {
	
}
#chat-container-show {
	border-radius: 16px;
	/*border-top-left-radius:1em; 
	border-top-right-radius:1em;*/
	color:#ffffff;
	display:block;
	text-decoration:none;
	line-height:14px;
	width:100px;
	padding:8px 0px 8px 0px;
	position:fixed;
	bottom: 0px;
	right:10px;
	font-size: 10px;
	background:#EF5A22;
	z-index: 10000;
}

#chat-container-hide {
	border-top-left-radius:1em; 
	border-top-right-radius:1em;
	/*border-radius: 14px;*/
	color:#ffffff;
	display:block;
	padding:0 20px;
	text-decoration:none;
	line-height:40px;
	background:#EF5A22;
	z-index: 10000;
}

#chat-container {
	border-radius: 14px;
	position:fixed;
	bottom:-580px;
	right:10px;
	height:500px;
	width:350px;
	background: #EF5A22;
	z-index: 10000;
}

@media only screen and (max-width:360px) {
	#chat-container {
		right:0px;
		height:500px;
		width:100%;
	}
}

@media only screen and (max-height:500px) {
	#chat-container {
		right:0px;
		height:100%;
		width:350px;
	}
}

@media only screen and (max-width:360px) and (max-height:500px) {
	#chat-container {
		right:0px;
		height:98%;
		width:98%;
	}
}

.header img {
  margin-top: 5px;			
  float: left;
  height: 20px;
  top: 10px;
  background: #EF5A22;
}

.header3 img { 
  margin-top: 10px;
  float: right;
  height: 20px;
  background: #EF5A22;
}

.header2 img { 
  margin-top: 10px;
  float: right;
  height: 20px;
  background: #EF5A22;
}