.forum-header { font-size:16px; }
.forum-header .forum-rivers, .forum-header .subject-author, .forum-header .subject-privacy, .forum-header .forum-date { margin-right:14px; }
.forum-header .subject-privacy, .forum-header .subject-author { display:inline-block; }
.forum-header .subject-author { font-weight:600; }
.forum-header .forum-infos {
  position:relative;
  padding-right:60px;
}
.forum-header .subject-comments-count {
  display:block;
  font-weight:900;
  position:absolute;
  top:3px;
  right:12px;
}
.forum-header .subject-comments-count .icon > * {
  fill:#1db8ca;
  -webkit-transition:fill 0.2s ease-out;
  transition:fill 0.2s ease-out;
}
.forum-header .subject-comments-count:hover .icon > * { fill:#0e233b; }
.forum-header .forum-link { color:#0e233b; }
.forum-header .forum-title * { font-size:24px; }
.forum-header .forum-link:hover {
  font-size:24px;
  color:#1db8ca;
}
.forum-filters {
  position:relative;
  padding-bottom:24px;
  margin-bottom:26px;
  height:auto;
}
.forum-filters:before {
  content:'';
  display:block;
  background-color:rgba(29,184,202,0.5);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:1px;
  -webkit-transition:right 1s ease-out;
  transition:right 1s ease-out;
}
.wf-loading .forum-filters:before { right:100%; }
.forum-infos { margin-bottom:-5px; }
