#chat_container{
	display:none;
	bottom:0;
	right:5px;
	z-index:1000;
	height:411px;
	width:320px;
	position:fixed;
	border:1px solid gray;
	background:white
}

#chat_close{
	float:right;
	cursor:pointer;
	margin-top:5px;
	color:white;
	width:22px
}

#chat_header{
	height:44px;
	background:#c03;
	text-align-last:center;
	padding-top:13px
}

#chat_iframe{
	height:81%;
	width:100%;
	position:absolute;
}

#chat_privacy_policy{
	position: absolute;
	bottom: 0px;
	margin-left:4px
}

@media only screen and (max-width: 767px) {
	#chat_container{
		top:7px;
		width:95%;
		margin:15px 0px 0 11px;
		height:35em;
		right:unset;
		position:fixed;
	}
	#chat_iframe{
		height:90%;
    	border:none;
	}
	#chat_privacy_policy{
		font-size:14px;	
	}
}

.chat_header_text{
	color:white;
	font-size:20px	
}