.chatcontainer{
  width: 333px;
  height: 605px;
  position: relative;
  margin: 0 auto;
  top: 100px;
}

.iheader {
  background-image: url(/texts/imessage/images/imessagehead.jpg);
  background-repeat: no-repeat;
  background-size: 331px 63px;
  background-position: center;
  width: 331px;
  height: 63px;
  content: '';
  position: absolute;
  text-align: center;
  }
  
.iicon {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #a3a9b7;
  background-size: 40px 40px;
  position: absolute;
  margin-top: 3px;
  margin-left: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #a3a9b7, #878b96);
  }
  
.iiconimg {
  height: 40px;
  width: 40px;
  background: #a3a9b7;
  background-image: url(https://i.imgur.com/Tq9biTv.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  border-radius: 50px;  
  background-size: 40px 40px;
  position: absolute;
  margin-top: 3px;
  margin-left: -5px;
  text-align: center;
  display: inline-block;
  }
  
.iname {
  font-size: 11px;
  letter-spacing: .5px;
  font-family: 'roboto', sans serif;
  color: #555;
  text-align: center;
  display: inline-block;
  margin-top: 45px;
  }
  
.ichat-w {
  background-color: #ffffff;
  display: inline-block;
  height: 485px;
  width: 331px;
  position: absolute;
  top: 63px;
  overflow: hidden;
  }
  
.ifooter {
  background-image: url(/texts/imessage/images/imessagefoot.jpg);
  background-repeat: no-repeat;
  background-size: 332px 52px;
  background-position: center;
  width: 331px;
  height: 52px;
  content: '';
  position: absolute;
  top: 548px;
  clear: both;
  }

body{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin:0 auto;
  background-color: #ccc;
}

ul{
  margin: 0;padding: 0;
}

ul li{
  list-style-type: none;
  display: none;
  margin: 5px 10px;
  clear: both;
  overflow: hidden;
  padding: 5px 10px;  
}  

.iic {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  float: left;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #222;
  text-align: left;
  background-color: #e6e5eb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-left-radius: 25px 0px\9;
  -moz-border-bottom-left-radius: 25px 0px\9;
  border-bottom-left-radius: 25px 0px\9;
  }
  
.iog {
  position: relative;
  padding: 8px;
  padding-right: 12px;
  float: right;
  margin-left: 50px;
  text-align: left;
  display: inline-block;
  vertical-align:middle;
  font-size: 13px;
  color: #eee;
  background: #2f9dfe;
  background: linear-gradient(to bottom right, #47c1ff, #2f9dfe);  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 15px 0px\9;
  -moz-border-bottom-right-radius: 15px 0px\9;
  border-bottom-right-radius: 15px 0px\9;
  }
  
.iic:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 17px;
  background: white;
  border-bottom-right-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
  transform: translate(-30px, -2px);
  }
  
.iic:before {
content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 16px;
  border-left: 20px solid #e6e5eb;
  border-bottom-right-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  border-bottom-right-radius: 15px 0px\9;
  transform: translate(-1px, -2px)\9;
  }
  
.iog:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -42px;
  width: 12px;
  height: 17px;
  background: white;
  border-bottom-left-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
  transform: translate(-30px, -2px);
  }
  
.iog:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -8px;
  height: 16px;
  border-right: 20px solid #2f9dfe;
  border-bottom-left-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  border-bottom-left-radius: 15px 0px\9;
  transform: translate(-1px, -2px)\9;
  }
