#comments_block h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
#comments_block h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #666;
}
#comments_block .comment {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
#comments_block .comment .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #ddd;
    margin-bottom: 5px;
}
#comments_block .comment .top a {
    padding-left: 20px;
}
#comments_block .comment .bottom {
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    /*font-style: italic;*/
    color: #666;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
}
#comments_block .comment .usercomment {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* PROFILE
------------------------------------------------------------------------------------------------------------------------------- */
.profile-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 11px;
  width: 14px;
  height: 6px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px transparent;
  background-color: currentColor;
  border-radius: 6px 6px 0 0;
}

.profile-solid.icon:before {
  content: '';
  position: absolute;
  left: 2px;
  top: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px currentColor;
  background-color: currentColor;
}
