.talk-bubble {
	display: inline-block;
	position: absolute !important;
	width: auto;
	height: auto;
	
	padding: 10px;

	min-width: 100px;
	min-height: 50px;
	
    font-family: 'Open Sans', sans-serif !important;

	max-width: 60%;
	background-color: white;
}

.img-lightbox {
		cursor: zoom-in;
}

#page #page-content #region-main .talk-bubble.right {
	top: -30px;
	right: -90px;

	margin-right: 250px;
	margin-top: -20px;
}

#page #page-content #region-main .talk-bubble.left {
	top: -30px;
	margin-left: -70px;
}

.editor_atto .talk-bubble {
    top: 0px !important;
    margin-top: 0 !important;
}

.border{
	border: 4px solid #666;
}
.round{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}

#typewrited {
    font-family: 'Open Sans', sans-serif !important;
}


.tri-right.border.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	right: auto;
	top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 34px;
	right: auto;
	top: auto;
	bottom: -29px;
	border: 15px solid;
	border-color: white transparent transparent white;
}

.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: 34px;
	bottom: -29px;
	border: 15px solid;
	border-color: white white transparent transparent;
}

.talktext{
	padding: 1em;
	text-align: left;
	line-height: normal;
	display: hidden;
}

.talktext p{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}