div#chatIcon {
	border: 0px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 2147483647;
	animation: bounce 2s linear 0s 1;
}

div#wspIcon {
	border: 0px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 2147483647;
	animation: bounce 2s linear 0s 1;
}

div#chatIcon>input[type=image] {
	outline: none;
	width: 50px;
	height: 50px;
}

div#wspIcon>input[type=image] {
	outline: none;
	width: 50px;
	height: 50px;
}

div#chatContainer {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	border: 1px solid #000000;
}

div#chatContainer>input[type=image] {
	position: fixed;
	right: 22px;
	height: 25px;
	width: 20px;
	padding-top: 5px;
	background: #34495E;
}

#webchat-iframe {
	border: none;
	visibility: visible;
	width: 270pt;
	height: 360pt;
	border-radius: 9pt;
	bottom: 90pt;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
	padding: 0px;
	position: fixed;
	right: 10pt;
	top: auto;
	z-index: 2147483621;
}

.img-container {
	width: 250pt;
	height: 250pt;
}

/* resize images */

.img-container img {
	width: 100%;
	height: auto;
}