.comments {
  margin-bottom: 30px;
  padding-top: 15px;
  width: 635px;
}
.comments .sub-ttl {
  float: left;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: bold;
  
}
.comments .btn-group {
  float: right;
}
.comments .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
.comments .btn-group .btn {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 8px 5px 28px;
  position: relative;
}
.comments .btn-group .btn:hover {
  background-color: #f3f3f3;
}
.comments .btn-group .btn .imgwrap {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
}
.comments .btn-group.open .btn {
  background-color: #eee;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.comments .form {
  margin-bottom: 20px;
  *zoom: 1;
}
.comments .form:before,
.comments .form:after {
  display: table;
  content: "";
  line-height: 0;
}
.comments .form:after {
  clear: both;
}
.comments .form textarea {
  height: 70px;
  padding: 8px;
  font-size: 15px;
  margin-bottom: 8px;
}
.comments .form .count {
    width: 30px;
  float: left;
  color: #b4b0b0;
  padding-top: 9px;
}
.comments .form .count .red {
  color: #e00000;
}
.comments .form .buttons {
  float: right;
  text-align: right;
}
.comments .form .buttons .sep {
  display: block;
  margin-right: 23px;
  margin: 5px 23px 5px 0;
  color: #b4b0b0;
  font-size: 11px;
}
.comments .form .buttons .login {
  margin-right: 2px;
  font-weight: bold;
  color: #6f6767;
}
.comments .list {
  text-align: center;
  
}
.comments .list .ttl {
  float: left;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 5px 0;
}
.comments .list .sort {
  float: left;
  margin-left: 20px;
  border-left: 1px solid #dddddd;
  padding: 8px 0 8px 20px;
}
.comments .list .sort a {
  color: #6f6767;
  margin-left: 10px;
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
}
.comments .list .sort a:hover {
  text-decoration: none;
  color: #000;
}
.comments .list .sort a.active {
  background-color: #ececec;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
}
.comments .list .stream {
  text-align: left;
  margin: 10px 0 0 0;
  padding: 0;
}
.comments .list .stream li {
  list-style: none;
  padding: 16px 13px 16px 75px;
  border-top: 1px solid #ededed;
}
.comments .list .stream li .header a {
  position: relative;
  color: #484141;
  font-size: 15px;
  font-weight: bold;
}
.comments .list .stream li .header a .imgwrap {
  position: absolute;
  left: -75px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.comments .list .stream li .header a .icon-plus {
  margin-top: 0px;
}
.comments .list .stream li .header small {
  font-size: 10px;
  color: #b4b0b0;
  float: right;
}
.comments .list .stream li p {
  font-size: 13px;
  color: #6f6767;
  line-height: 22px;
  margin: 10px 0;
}
.comments .list .stream li .actions {
  *zoom: 1;
}
.comments .list .stream li .actions:before,
.comments .list .stream li .actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.comments .list .stream li .actions:after {
  clear: both;
}
.comments .list .stream li .actions a {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #b4b0b0;
  cursor: pointer;
}
.comments .list .stream li .actions a span {
  color: #b4b0b0 !important;
  font-size: 10px;
}
.comments .list .stream li .actions a:hover {
  color: #6f6767;
  text-decoration: none;
}
.comments .list .stream li .form {
  margin-top: 13px;
}
.comments .list .stream li .form textarea {
  height: 50px;
  font-size: 12px;
}
.comments .list > .stream {
    
  margin: 10px 0 20px 0;
}
.comments .list .btn.more {
  margin: 0 auto;
  display: inline-block;
}
.comments .list .loading {
  width: 32px;
  height: 32px;
  margin: 20px auto;
}

#comments .main-user {position: static;}

.i2280{
    font-size: 16px;
    padding-top: 5px;
    margin-top: -3px;
}