.wf-hover-card.mod-article {
  top: 28px;
  font-family: 'Roboto';
  font-size: 12px;
  position: absolute;
  width: 220px;
  line-height: 1.5;
  display: none; }
  .wf-hover-card.mod-article img {
    padding: 0;
    display: block; }

.wf-card.mod-article {
  padding: 25px;
  overflow: visible; }

.article-header {
  padding-bottom: 15px; }

.article-header-title {
  font-size: 24px;
  font-weight: 700; }

.article-meta {
  display: flex;
  margin-top: 10px;
  color: #888; }

.article-meta-avatar {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 50%; }

.article-meta-author {
  font-weight: 500;
  padding-bottom: 4px;
  display: block; }

.article-body {
  font-size: 14px;
  line-height: 1.7;
  color: #333; }
  .article-body a {
    color: #0a7eb8; }
  .article-body p {
    margin: 10px 0; }
  .article-body ol li p {
    font-weight: normal; }
  .article-body blockquote {
    position: relative;
    background: #eee;
    padding: 5px 25px; }
  .article-body hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    padding: 0;
    height: 1px; }
  .article-body em {
    font-style: italic; }
  .article-body strong {
    font-weight: 700; }
  .article-body del {
    text-decoration: line-through; }
  .article-body h1 {
    font-weight: bold;
    color: #4b779b;
    color: #444;
    font-size: 19px;
    margin: 10px 0;
    margin-top: 15px;
    letter-spacing: -.5px; }
  .article-body h2 {
    font-weight: bold; }
  .article-body h5 {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px; }
  .article-body ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style-type: none; }
  .article-body ul ul {
    margin-top: 7px;
    margin-bottom: 7px; }
  .article-body ol {
    margin: 10px 0;
    margin-left: 30px;
    list-style: decimal; }
  .article-body li {
    margin: 2.5px 0;
    position: relative; }
  .article-body ul li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
    left: -17px;
    top: 9px; }
  .article-body sup {
    vertical-align: super;
    font-size: 11px;
    top: 0; }
  .article-body img {
    max-width: 100%;
    display: block;
    padding: 5px 0;
    margin: 0 auto; }
  .article-body img + em {
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 8px; }
  .article-body twitterwidget {
    margin: 30px 0 !important; }
  .article-body .flag {
    margin-left: 2px;
    margin-right: 2px; }
  .article-body .yt-embed {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 421px;
    padding: 5px 0; }
  .article-body .team > a {
    background: #eaeaea;
    border-radius: 2px;
    padding: 2px 2px;
    padding-bottom: 1px;
    padding-right: 5px;
    color: #444;
    font-weight: 400; }
    .article-body .team > a .flag {
      margin-right: 2px !important; }
  .article-body .team > a:hover {
    background: #444;
    color: #eee; }
