* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
    
.comment-area {
  padding-top: 16px;
  position: relative;
  z-index: 610;
  font-size: 14px !important;
  font-size: 0.95em;
  text-align: left;
  font-family: 'Myriad Pro', sans-serif;
}

.action {
  border-top: 1px solid #e6e6e6;
  background: #fff;
  padding: 5px 10px;
}

.action a {
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  color: #6d6d6d;
  margin-right: 15px;
}

.action .like {
  background: url(./like.png) no-repeat left center;
}

.action .bubble {
  background: url(./comment.png) no-repeat left center;
}

.action .share-btn {
  background: url(./share.png) no-repeat left center;
}

.action .active-like {
  background-image: url(./like-active.png);
  color: #5890ff;
}

.tot-likes {
  padding: 0 10px;
}

.tot-likes > p {
  line-height: 20px;
  padding: 5px 0;
  color: #3f5199;
  border-bottom: 1px solid #e1e3e4;
}
.like-imgs {
  padding: 10px 0 5px;
  max-height: 47px;
  overflow: hidden;
}

.like-imgs > div {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  margin-bottom: 5px;
}

.like-imgs > div img {
  display: block;
}

.like-imgs > div .reaction-img {
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 10;
}
.you {
  display: none;
}

.you.active {
  display: inline-block;
  line-height: 20px;
  padding-left: 20px;
  background: url(./like-active.png) no-repeat left center;
}

.comment {
  position: relative;
  padding: 10px 10px 0px 70px;
  min-height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.profile {
  position: absolute;
  top: 12px;
  left: 10px;
}

.name {
  font-weight: 700;
  text-decoration: none;
  color: #3f5199;
}

.com-txt {
  margin-bottom: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.4;
}

.act a {
  color: #3f5199;
  text-decoration: none;
}

.liked {
  background: url(./like-active.png) no-repeat left center;
  padding-left: 16px;
  line-height: 16px;
  color: #3f5199;
}

.liked:after {
  content: ' · ';
}

.time {
  color: #8d9098;
}

.comment .comment {
  padding-left: 50px;
  padding-right: 0;
  padding-bottom: 0;
}

.comment .comment .profile {
  left: 0 !important;
  width: 40px !important;
  height: 40px !important;
}

.fbimg {
  max-width: 190px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  display: block;
  padding: 3px;
  border: 1px solid #808080;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 10px;
}

.addComment {
  position: relative;
  padding: 10px 10px 10px 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.addComment img {
  position: absolute;
  left: 10px;
  top: 8px;
}

.addComment input {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #e0e0e0;
  line-height: 48px;
  width: 100%;
  display: block;
  outline: 0;
  padding: 0 50px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url(./addcomment.png) no-repeat right center;
}

.hider, .likehide, #myCom {
  display: none;
}
.show_more, .show_less{
  background: #3578e5;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin-top: 24px;
  padding: 12px;
  text-shadow: none;
  width: 100%;
  font-weight:bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}