.post {
  min-height: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  table-layout: fixed;
}

.post-header {
  height: 35px;
  vertical-align: top;
}

.post-footer {
  height: 50px;
  vertical-align: bottom;
}

.post-arrow {
  background: url('pics/theme/arrow.png') no-repeat 100% 0;
  width: 25px;
}

.post-user-header, .post-comment-header {
  background-color: #272727;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  padding: 10px 8px;
}

.post-user-header {
  width: 150px;

  font-size: 9px;
  font-family: Verdana;
  font-weight: normal;
  text-align: center;
}

.post-comment-date {
  float: left;
  font-size: 9px;
  font-family: Verdana;
  font-weight: normal;
}

.post-comment-buttons {
  float: right;
}

.post-user-body, .post-comment-body {
  background-color: #272727;
  padding: 0 10px;
  vertical-align: top;
}

.post-user-avatar, .post-user-icons {
  text-align: center;
}

.post-user-icons {
  padding: 15px 0;
}

.post-user-info {
}

.post-comment-text {
  text-align: justify;
}

.post-comment-editinfo, .post-comment-signature {
  margin-top: 30px;
}

.post-comment-signature::before {
  display: block;
  content: "_________________";
}

.post-user-footer, .post-comment-footer {
  background-color: #272727;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 10px;
}

.post-user-footer {
  text-align: center;
}

.post-comment-footer {
  padding-left: 10px;
}