/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#chatButton{
	position: fixed !important;
	bottom: 20px;
	left: 20px;
	z-index: 9998;
}

#chatButton img{ 
	max-height: 80px;
}

#chatBox{
	position: fixed;
	bottom: 0px;
	left: 110px;
	width: 240px;
	z-index: 9999;
	background-color:rgba(255, 255, 233, 0.9);
}