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

.waheader {
  background-image: url(/texts/whatsapp/images/whatsappheader.png);
  background-repeat: no-repeat;
  background-size: 331px 36px;
  background-position: center;
  width: 331px;
  height: 36px;
  content: '';
  position: absolute;
  }
  
.waname {
  font-size: 14px;
  letter-spacing: .5px;
  font-family: 'roboto', sans serif;
  color: #222;
  margin-top: 6px;
  margin-left: 83px;
  font-weight: 900;
  }


.waactive {
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'roboto', sans serif;
  color: #999;
  margin-top: -1px;
  margin-left: 83px;
  }
  
.wachat-w {
  background-color: #efe8e2;
  display: inline-block;
  height: 529px;
  width: 331px;
  position: absolute;
  top: 36px;
  overflow: hidden;
  }
  
.wafooter {
  background-image: url(/texts/whatsapp/images/whatsappfooter.png);
  background-repeat: no-repeat;
  background-size: 331px 35px;
  background-position: center;
  width: 331px;
  height: 35px;
  content: '';
  position: absolute;
  top: 565px;
  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: 3px 10px 3px 10px;
  clear: both;
  overflow: hidden;
  padding: 3px 10px 3px 10px;  
}  

.waic {
  position: relative;
  padding: 8px;
  float: left;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333;
  text-align: left;
  background-color: #fbfbfb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 15px 0px rgba(97, 97, 97, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(97, 97, 97, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(97, 97, 97, 0.5);
  }
  
.icimg {
  background-image: url(https://i.imgur.com/Tq9biTv.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  height: 30px;
  width: 30px;
  top: 4px;
  border-radius: 50px;
  margin-left: 45px;
  position: absolute;
  float: left;
  display: inline-block;
  }
  
.waog {
  position: relative;
  padding: 8px;
  float: right;
  margin-left: 50px;
  text-align: left;
  display: inline-block;
  vertical-align:middle;
  font-size: 13px;
  color: #333;
  background-color: #ddf7c8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(97, 97, 97, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(97, 97, 97, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(97, 97, 97, 0.5);
  }
  
.waic:after {
  content: "";
  position: absolute;
  bottom: 6px;
  margin: auto;
  height: 0;
  left: -5px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fbfbfb;
  display: block;
  width: 0;
  z-index: 1;
  }
  
.waog:after {
  content: "";
  position: absolute;
  bottom: 6px;
  margin: auto;
  height: 0;
  right: -5px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent #ddf7c8;
  display: block;
  width: 0;
  z-index: 1;
  }