.chatcontainer{
  background-image: url(/mac/images/s.png);
  width: 720px;
  height: 449px;
}

.sidebar1 {
  width: 68px;
  height: 449px;
  content: '';
  position: absolute;
  text-align: center;
}

.sb1img {
  background-image: url(https://i.imgur.com/rTN3fF0.png);
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center;
  height: 34px;
  width: 34px;
  border-radius: 50px;
  margin-top: 33px;
  margin-left: 17px;
  position: absolute;
  }
  
.sb1img:after {
  content: '';
  height: 7px;
  width: 7px;
  border: 1px solid steelblue;
  background: forestgreen;
  border-radius: 6px;
  display: inline-block;
  bottom: 1px;
  right: 1px;
  z-index: 4;
  position: absolute;
  }
  
.sidebar2 {
  width: 251px;
  height: 449px;
  content: '';
  position: absolute;
  left: 68px;
}

.sb2img {
  background-image: url(https://i.imgur.com/epfGJS4.png);
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center;
  height: 34px;
  width: 34px;
  border-radius: 50px;
  margin-left: 10px;
  margin-top: 71px;
  position: absolute;
  }
  
.sb2img:after {
  content: '';
  height: 7px;
  width: 7px;
  border: 1px solid #f5f8fd;
  background: forestgreen;
  border-radius: 6px;
  display: inline-block;
  bottom: 1px;
  right: 1px;
  z-index: 4;
  position: absolute;
  }
  
.sbactive {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'roboto', sans serif;
  color: #333;
  margin-top: 75px;
  margin-left: 50px;
  padding-left: 10px;
  display: inline-block;
  }
  
.sbtitle {
  font-size: 10px;
  font-family: 'roboto', sans serif;
  color: #333;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 50px;
  padding-left: 10px;
  }

.sidebar3 {
  width: 400px;
  height: 449px;
  content: '';
  position: absolute;
  float: right;
  left: 319px;
}

.sheader {
  height: 106px;
  width: 400px;
  content: '';
  position: absolute;
}

.headerimg {
  background-image: url(https://i.imgur.com/epfGJS4.png);
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center;
  height: 34px;
  width: 34px;
  border-radius: 50px;
  margin-right: 17px;
  margin-top: 33px;
  margin-left: 15px;
  position: absolute;
  float: left;
  display: inline-block;
  }
  
.headerimg:after {
  content: '';
  height: 7px;
  width: 7px;
  border: 1px solid white;
  background: forestgreen;
  border-radius: 6px;
  display: inline-block;
  bottom: 1px;
  right: 1px;
  z-index: 4;
  position: absolute;
  }
  
.sactive {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'roboto', sans serif;
  color: #333;
  margin-top: 35px;
  margin-left: 70px;
  padding-left: 10px;
  display: inline-block;
  }
  
.stitle {
  font-size: 11px;
  font-family: 'roboto', sans serif;
  color: #333;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 70px;
  padding-left: 10px;
  }
  
.schat-w {
  background-color: #f5f8fd;
  display: inline-block;
  height: 248px;
  width: 400px;
  position: absolute;
  top: 106px;
  overflow: hidden;
}
  
.sfooter {
  background-image: url();
  width: 400px;
  height: 95px;
  content: '';
  position: absolute;
  top: 354px;
  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;  
}  

.sic {
  position: relative;
  padding: 8px;
  float: left;
  margin-left: 35px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #222;
  text-align: left;
  background-color: #bfe9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  }
  
.icimg {
  background-image: url(https://i.imgur.com/epfGJS4.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  margin-right: 5px;
  position: absolute;
  float: left;
  display: inline-block;
  }
  
.sog {
  position: relative;
  padding: 8px;
  float: right;
  margin-left: 50px;
  text-align: left;
  display: inline-block;
  vertical-align:middle;
  font-size: 11px;
  color: #222;
  background-color: #dbf2fa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  }
  