#btn_followTopic, #btn_followUser, .panel_gallery img, .post-like, .post_likes, .tt-suggestion:hover {
  cursor: pointer; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-menu {
  margin-top: -10px;
  min-width: 100%;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1); }

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px; }

.tt-suggestion p {
  margin: 0; }

.panel_gallery {
  transition: height .5s; }

.topic_title a {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto,sans-serif; }

.post-like:hover {
  background: #ccc; }

.panel a.follow_button {
  outline: 0; }

.panel a.follow_button .off {
  display: none; }

.panel a.follow_button .on, .panel a.follow_button.followed .off {
  display: inline; }

.panel a.follow_button.followed {
  color: #2ca4b3;
  background: #fff;
  border: 1px solid #2ca4b3; }

.panel a.follow_button.followed .on {
  display: none; }

.comments .comment .comment_body .comment_header:after, .comments .comment:after {
  content: "";
  display: table;
  clear: both; }

#topic_followers {
  margin-right: 0; }

#btn_followTopic.followed {
  opacity: .75; }

#fld_subCategory:disabled {
  opacity: .5; }

.form_error {
  margin: 5px 0;
  color: #b94a48; }

.comments .comment {
  margin-top: 40px;
  transition: transform .4s,opacity .2s; }

.comments .comment.new {
  transform: scale(0.7);
  opacity: .1;
  transition: transform .4s,opacity .2s; }

.comments .comment:first-child {
  margin-top: 0; }

.comments .comment .comment_left {
  float: left;
  width: 60px; }

.comments .comment .comment_left img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 20px; }

.comments .comment .comment_body {
  color: #909090;
  font-family: "Roboto Slab",sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 80px;
  margin-bottom: 40px; }

.comments .comment .comment_body .comment_header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 22px;
  border-bottom: 1px solid #f1f1f1; }

.comments .comment .comment_body .comment_header .comment_author a {
  float: left;
  width: 49%;
  font-size: 16px;
  color: #505878;
  font-family: "Roboto Slab",sans-serif; }

.comments .comment .comment_body .comment_header .comment_time {
  float: right;
  width: 49%;
  font-size: 12px;
  color: #9498a1;
  text-align: right; }

.comments .children {
  margin-left: 60px; }

.comments .btn_commentReply {
  color: #999;
  background: #f1f1f1;
  border-radius: 3px;
  font-family: "Lato Bold",sans-serif;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 10px; }

.cache {
  display: none; }

/*# sourceMappingURL=social.css.map */