.et-chatbot {
	position: fixed;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 0px solid #6633CC;
	color: #FFFFFF;
	background-color: #6633CC;
	width: 100px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

.et-chatbot i.material-icons {
	display: inline-block;
	vertical-align: middle;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAUklEQVR4Ae3NAQYAMAxD0R69Z5ztPBkgUFQIVD8QyIs5AbjQel1AboE2APbcABaYBRwFyBDqAjw3AMmtVwI89wAVeAyAHoC0AkQI2BACRiTG9AFFGAdcg12DvwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.et-chatbot-iframe {
	background-color:#ffffff;
	display: none;
	position: fixed;
	height: 500px;
	width: 440px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body.chat-open {
		overflow: hidden;
	}

	.et-chatbot {
		bottom: 30px;
		right: 30px;
	}

	.et-chatbot-iframe {
		bottom: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    padding: 2px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.et-chatbot, .et-chatbot-iframe {
		bottom: 30px;
		right: 30px;
	}
}
