
.senderimage {

 background-color: #bfb7b7;

float:left;
 clear: both;
}
.senderimage img{
 border-radius: 1% 10% 30% 30%;
width: 100%;
max-width: 500px;
}

.sendertext {
  background-color: #bfb7b7;
  max-width: 45%;
  margin: 2%;
  float: left;
  clear: both;
font-weight: bold;
border-radius: 3% 45% 0% 45%;
}

.recivertext {
	border-radius: 3% 45% 0% 45%;
  padding: 10px 20px;
  float: right;
 clear: both;
color: #ffffff;
background-color: #1741e4;

}
.reciverimage {
background-color: #1741e4;
  
float: right;
 clear: both;
}
.reciverimage img{
border-color: #1741e4;
 border-radius: 0% 0% 0% 10%;
width: 100%;
max-width: 500px;
}
