/*______ QUESTIONS STREAM ______*/

.avatar-img{
  float: left;
  padding: 20px 0px 0px 20px;
}

.avatar-img i{
  font-size: 30px;
  color: #FFF;
  display: block;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.avatar-img .fonticon-Question {
  background-color: #b10504;
}

.avatar-img .fonticon-Exclamation {
  background-color: #79a9c6;
}

.avatar-img .fonticon-Check {
  color: #E8E8E8;
  position: absolute;
  right: 0px;
  top: 10px;
}

.avatar-img .fonticon-Check.answer {
  color: #2ba43a;
}
.avatar-img + .feed-data {
  position: relative;
  margin-left: 70px;
}

.avatar-img + .feed-data > div {
  clear: none;
}

.avatar-img + .feed-data > div:first-child {
  margin-top: 0px;
  padding-top: 20px;
}

.avatar-img + .feed-data .feed-author-comment {
  line-height: 21px;
  padding-right: 50px;
}

.avatar-img + .feed-data .feed-author-comment p {
  margin-bottom: 10px;
}

.avatar-img + .feed-data .feed-post-details {
  padding-left: 0px;
}

.avatar-img + .feed-data .feed-categories {
  padding-left: 0px;
}

.avatar-img + .feed-data .feed-categories:before {
  content: none;
}

.avatar-img + .feed-data .feed-categories a:after {
  content: none;
}

.avatar-img + .feed-data .feed-categories a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFF;
}

.feed-footer {
  text-align: right;
  padding-bottom: 20px;
}

.feed-footer .feed-date {
  margin-left: 10px;
  font-size: 17px;
}

.feed-comment {
  background-color: #d8d8d8;
  color: #606060;
}

.comment-content .profile-link {
  font-family: 'Roboto', arial, san-serif;
  font-size: 18px;
  color: #314555;
}

.comment-content .feed-date {
  display: block;
}

.feed-comment .comment-options {
  position: absolute;
  float: none;
  top: 0px;
  right: 0px;
}

.feed-comment .comment-options a {
  font-size: 16px;
  font-family: 'chilfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.feed-comment .comment-options .remove-comment:before {
  content: "\e642";
}

.feed-comment .comment-body {
  margin-left: 50px;
}

.widget-content.oq-holder h2{
  color: #f18700;
  font-size: 26px;
}

.feed-options {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  z-index: 1;
}

.feed-item:hover .feed-options {
    display: block;
}

.widget-content .categoriespicker,
.widget-content .attachments-options {
  margin-left: 0px;
}

.widget-content .attachments-options li {
	list-style: none;
}

.feed-item .post-panel .avatar-img{
	padding: 0px;
}

.feed-item .post-panel .flexbox-hero {
	width: 70px;
  min-width: 70px;
}