/* 
FORMIGO CONTAINERS
Container/view : Speech Bubble Right
*/

.formigo-container-speech-bubble-right {
	background-color: #000000;
}

.formigo-container-speech-bubble-right-header {
	height: 50px;
	background-color: #000000;
	padding: 0 20px;
}

.formigo-container-speech-bubble-right-content {
	padding: 20px;
}

.formigo-container-speech-bubble-right-footer {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid #000000;
	margin-right: 30px;
	float: right;
}

.formigo-container-speech-bubble-right-header img {
	float: left;
	margin: 10px 10px 10px 0;
}

.formigo-container-speech-bubble-right-content img {
	float: left;
	margin: 10px 10px 10px 0;
}

.formigo-container-speech-bubble-right h3, div#main-container .formigo-container-speech-bubble-right h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	line-height: 50px;
}

.formigo-container-speech-bubble-right p, div#main-container .formigo-container-speech-bubble-right p {
	margin-top: 0;
	padding: 0;
	color: #FFFFFF;
}

.formigo-container-speech-bubble-right p:last-child, div#main-container .formigo-container-speech-bubble-right p:last-child {
	margin-bottom: 0;
}