.commentArea {
    font: 14px Arial;
    padding: 0 0px;
    margin-top: 20px;    
}

.bubbledLeft,.bubbledRight {
    margin-top: 20px;
    padding: 12px 9px;
    max-width: 50%;
    clear: both;
    position: relative;
}

.bubbledLeft{
    float: left;
    margin-right: auto;
    -webkit-border-radius: 8px 8px 8px 0px;
    -moz-border-radius: 8px 8px 8px 0px;
    -o-border-radius: 8px 8px 8px 0px;
    -ms-border-radius: 8px 8px 8px 0px;
    border-radius: 8px 8px 8px 0px;
    background-color: #65B045;
    color: #ffffff;
	
	font-size:17px;
	text-align:left;
	
	left: 60px; /* ********************************************** */
}

.bubbledLeft:before {
    border-bottom: 10px solid #65B045;
    border-left: 9px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    left: -8px;
    content: "";
}

/* ----------------------------------------------------------------------- */

.bubbledRight{
    float: right;
    margin-left: auto;
    text-align: right;
    -webkit-border-radius: 8px 8px 0px 8px;
    -moz-border-radius: 8px 8px 0px 8px;
    -o-border-radius: 8px 8px 0px 8px;
    -ms-border-radius: 8px 8px 0px 8px;
    border-radius: 8px 8px 0px 8px;
    background-color: #07D;
    color: white;
	
	font-size:17px;
	text-align:left;
	
	left: -60px; /* ********************************************** */
}

.bubbledRight:before {
    border-bottom: 9px solid #07D;
    border-right: 9px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    right: -8px;
    content: "";
}


.circle {
    border-radius: 50%;
	width: 50px;
    height: 50px;
    background: yellow;
    border: 0px solid red;
    padding: 12px 9px;
    max-width: 50%;
    clear: both;
    position: relative;	
}

.library-logo {
	background-image: url("/image/left-icon.jpg");
	background-size: 52px 52px;
	background-repeat: no-repeat;

	float: left;
	margin-top: -28px;	
}

.you-logo {
	background-image: url("/image/right-icon.jpg");
	background-size: 49px 49px;
	background-repeat: no-repeat;
	
	float: right;
	margin-top: -28px;	
}