#qwidget {
	height: 230px;
}

.speech-bubble {
	position: relative;
	max-width:100%;
}

.speech-bubble .speech-head {
	background-color:#338019;
	text-align:center;
	position: relative;
	margin:0;
}

.speech-bubble .speech-head:hover {
	/*background-color:#645C49;*/
}

.speech-bubble .speech-head:hover i {
	/*color:#645C49;*/
}

.speech-head p {
	margin: 0;
	padding: 15px;
	line-height:24px;
	line-height:1.5rem;
	font-size:18px;
	font-size:1.125rem;
	font-family: 'Vollkorn', 'Times New Roman', serif;
	color:#FFFFFF;
	font-weight:normal;
}

.speech-head i {
	position: absolute;
	bottom:-1em;
	bottom:-1rem;
	left: 40px;
	color:#338019;
	font-size:18px;
	font-size:1.125rem;

}
/*Changes made to get rid of png and stylize link */
.speech-head a:link {
	text-decoration: none;
}
.speech-head a:hover p {
/*	font-weight: bold;*/
}
.speech-head p {
	text-decoration: none;
}
/* --------------------*/

.speech-bubble .speech-text {
	font-size:18px;
	font-size:1.125rem;
	margin: 0 auto;
	text-align: center;
}

.speech-text p {
	margin:0;
	padding: 20px;
}

.hidden {
	display: none;
}

/* CHAT SPECIFIC */
.speech-bubble .speech-text {
	display: none;	
}
/* chat-open */
.chat-open {}

.chat-open .speech-head {
	cursor: pointer;
}

.chat-open .speech-text iframe {
	border: medium none;
	width: 100%;
	min-height: 150px;	
}

/* chat-closed */
.chat-closed {}

.chat-closed .speech-head {
	background-color: #AF4453; /* HEAD BG COLOR */	
}

.chat-closed .speech-head a {
	color:#FFFFFF;
}

.chat-closed .speech-head a:hover {
	color:#FFFFFF;
}

.chat-closed .speech-head i {
	display: none; /* REMOVE ARROW */
}

.chat-closed .speech-head a {
	display: block;	
}
