/* Post
  ----------------------------------------*/
  .postbody {
    position: inherit;
  }

  .postprofile, .postbody, .search .postbody {
    display: block;
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
  }

  .post .postprofile {
    width: auto;
    text-align: left;
    border-width: 0 0 1px 0;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    min-height: 40px;
    overflow: hidden;
  }

  .postprofile dd {
    display: none;
  }

  .postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
    display: block;
    margin: 0;
  }

  .postprofile .has-avatar .avatar-container {
    margin: 0;
    overflow: inherit;
    float: left;
  }

  .postprofile .avatar-container:after {
    clear: none;
  }

  .postprofile .avatar {
    margin-right: 5px;
  }

  .postprofile .avatar img {
    width: 40px;
    height: 40px;
    /*border: 3px solid #dedede;*/
  }
  
  .postprofile .avatar.avatar-letter {
    border: 3px solid #dedede;
  }


  .has-profile .postbody h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .has-profile .post-buttons {
    right: 30px;
    top: 15px;
  }

  .online {
    background-size: 40px;
  }
  
@media (min-width: 701px) {
  .postprofile dt, .postprofile dd.profile-rank, .postprofile dd.profile-user-status {
    text-align: left;
  }
}

.profile-rank img {
  max-width: 24px;
}
