/*-------user-wall----------------*/
.wall-wrap{
    display: inline-block;
    vertical-align: top;
        width: 60%;
        padding-top: 40px;
}
.user-message-input{
  border:1px solid rgba(0,0,0,0.2);
  background-color: rgb(255, 255, 255);
  height: 46px;
  display: block;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.502);
  text-align: left;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
  display: inline-block;
  vertical-align: top;
  width: 540px;

}
.send-msg-btn{
  background-color: rgb(222, 98, 118);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  width: 60px;
  height: 44px;
border-radius: 5px;
border: 0;
display: inline-block;
vertical-align: top; 
}
.message-container{
    border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 5px;
  padding: 25px 20px;
  width: 650px;
  margin: 0 auto;
}
.message-container span:first-child{
  font-size: 14px;
  font-weight: 500;
  color: rgb(60, 70, 72);
  text-align: left;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
}
.message-container span{
    color: #3c4648;
    margin-bottom: 15px;
    display: inline-block;
}
.user-post-wrap{
display: inline-block;
vertical-align: top;
  border:1px solid rgb(255,255,255);
  background-color: rgba(255, 255, 255, 0.8);
    width: 576px;
      margin-left: 10px;
      border-radius: 5px;
    overflow: hidden;
      font-size: 13px;
}
.user-post-avatar{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
}
.user-post-name{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}
.post-time{
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-left: 15px;
}
.online-status{
    width: 8px;
    height: 8px;
    background:#1dbe0c;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.user-wall-post{

        margin: 0 auto;
    width: 650px;
        margin-top: 40px;
}
.user-post-text>img{
    max-width: 240px;
    display: block;
    margin:0 auto;
}
.user-post-footer{
  background-color: rgb(245, 245, 245);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
  height: 50px;
  line-height: 45px;
}
.user-post-text{
          padding: 20px 25px;
}
.user-post-footer >a{
    text-decoration: none;
    color: #333333;
    margin-right: 40px;
}
.user-post-footer{
      padding: 0px 25px;
}
.bg-count{
    background: rgba(0,0,0,0.05);
    padding:2px 5px;
    border-radius: 3px;
}
.wall-wrap{
    white-space: 
}





