.bubble-container{
	position: relative;
	float: left;                                            
}

.bc-shape{
	position: absolute;
	border-style: solid;
}

.bc-segmentholder{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bc-text{
	overflow: hidden;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
}

.bc-segment{
	float:left;
	width: 100%;
}

.bc-hook{
	position: absolute;
}