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

.fbheader {
  background-image: url(/texts/fb/images/fbheader.png);
  background-repeat: no-repeat;
  background-size: 331px 39px;
  background-position: center;
  width: 331px;
  height: 39px;
  content: '';
  position: absolute;
  text-align: center;
  }
  
.fbname {
  font-size: 11px;
  letter-spacing: .5px;
  font-family: 'roboto', sans serif;
  color: #333;
  margin-top: 6px;
  }

.fbname:after {
  content: ' >';
  color: #777;
  }
  
.fbactive {
  font-size: 10px;
  font-family: 'roboto', sans serif;
  color: #b2b2b2;
  margin-top: 1px;
  }
  
.fbchat-w {
  background-color: #ffffff;
  display: inline-block;
  height: 519px;
  width: 331px;
  position: absolute;
  top:39px;
  overflow: hidden;
  }
  
.fbfooter {
  background-image: url(/texts/fb/images/fbfooter.png);
  background-repeat: no-repeat;
  background-size: 331px 42px;
  background-position: center;
  width: 331px;
  height: 42px;
  content: '';
  position: absolute;
  top: 558px;
  clear: both;
  }


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

ul{
  margin: 0;padding: 0;
  position: relative;
}

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

.fbincoming {
  position: relative;
  display: inline-block;
  }

.fbic {
  position: relative;
  padding: 8px;
  margin-left: 35px;
  margin-right: 50px;
  font-size: 13px;
  color: #333;
  text-align: left;
  background-color: #F0F0F0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  }
  
.icimg {
  background-image: url(https://i.imgur.com/Tq9biTv.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  margin-right: 5px;
  position: absolute;
  }
  
.fbic, .icimg {
  display: inline-block;
  vertical-align: bottom;
  }
  
.icimg:after {
  content: '';
  height: 7px;
  width: 7px;
  border: 1px solid white;
  background: forestgreen;
  border-radius: 6px;
  display: inline-block;
  bottom: -2px;
  right: -2px;
  z-index: 4;
  position: absolute;
  }
  
.fbog {
  position: relative;
  padding: 8px;
  float: right;
  margin-left: 50px;
  text-align: left;
  vertical-align:middle;
  font-size: 13px;
  color: #fff;
  background-color: #0584F9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  }
  
