.user_items_item {
  width: 100%;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.user_items_item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.user_items_item_avatar {
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 4px;
  margin-right: 10px;
}
.user_items_item_avatar img {
  width: 100%;
  height: 100%;
}
.user_items_item_info {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.user_items_item_info_name {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 15px;
  color: #080808;
  font-weight: bold;
}
.talk_items_item {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.talk_items_item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.talk_items_item_avatar {
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 4px;
}
.talk_items_item_avatar img {
  width: 100%;
  height: 100%;
}
.talk_items_item_message {
  width: 92%;
  position: relative;
  float: right;
}
.talk_items_item_message .talk_items_item_message_reply {
  font-size: 14px;
  text-align: right;
  margin-bottom: 0px;
}
#main_page .talk_items_item {
  width: 245px;
}
#main_page .talk_items_item_message {
  width: 82%;
}
#main_page .talk_items_item_avatar {
  margin-top: 0;
}
.talk_items_item_message_top {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.talk_items_item_message_top_name {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 15px;
  color: #080808;
  font-weight: bold;
}
.talk_items_item_message_top_date {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b0b0b0;
}
.talk_items_item_message_text {
  font-size: 13px;
  line-height: 17px;
  color: #333;
  margin-bottom: 8px;
}
.talk_items_item_message_post a {
  font-size: 12px;
  color: #b90c0c;
  border-bottom: 1px solid;
}
.talk_items_item_message_post a:hover {
  border-bottom: none;
}
.comments .talk_items_item {
  border-bottom: none;
}
.talk_items_item_message_text a {
  color: #136aaf;
  text-decoration: underline;
}
.talk_items_item_message_text a:hover {
  text-decoration: none;
}
.comments_form {
  padding-right: 0px;
  margin-bottom: 30px;
}
.comments_form_name {
  margin-left: 100px;
}
.comments_form_area {
  margin-top: 10px;
  overflow: hidden;
}
.comments_form_area_avatar {
  float: left;
  width: 70px;
  position: relative;
  height: 70px;
}
.comments_form_area_avatar img {
  width: 100%;
  height: 100%;
}
.comments_form_area_textarea {
  float: right;
  width: 480px;
  position: relative;
  height: 90px;
}
textarea {
  border: 1px solid #bebebe;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 5px;
  text-indent: 10px;
  font-family: 'opensans-regular', sans-serif;
  font-size: 14px;
}
.comments_form_bottom {
  overflow: hidden;
  margin-top: 10px;
}
.comments_form_bottom_social {
  float: left;
}
.comments_form_bottom_social_items {
  font-size: 0;
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
.comments_form_bottom_social_items_item {
  display: inline-block;
  margin-right: 6px;
}
.comments_form_bottom_social_title {
  font-size: 11px;
  font-family: 'Arial', sans-serif;
}
.comments_form_bottom_sign {
  float: right;
  padding-top: 18px;
  font-size: 0;
}
.comments_form_bottom_sign_in {
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.comments_form_bottom_sign_in a {
  color: #000;
  border-radius: 2px;
  width: 100px;
  height: 35px;
  display: block;
  line-height: 35px;
  background: #bebebe;
  text-align: center;
  font-size: 18px;
}
.comments_form_bottom_sign_in a:hover {
  background: #b90c0c;
  color: #fff;
}
.comments_form_bottom_sign_up {
  display: inline-block;
  vertical-align: middle;
}
.comments_form_bottom_sign_up a {
  color: #b90c0c;
  text-decoration: underline;
  font-size: 18px;
}
.comments_form_bottom_sign_up a:hover {
  text-decoration: none;
}