@charset "utf-8";
/**********************************************************
   Posts(news)     top, right, bottom, left
***********************************************************/
.post-body div.post-row-text {
  color: #b3b3b3;
}
.post-body article {
  font-size: 18px;
  clear: both;
}
.post-body article .post-row-headline1 {
  font-size: 30px;
  color: #b3b3b3;
  margin: 0 0 12px 0;
  padding: 0;
}
.post-body article .post-row-date {
  color: #fbb03b;
}
.post-body article div.post-row-img-div {
  float: right;
  width: 350px;
  margin: 0 60px 1em 1em;
}
.post-body article div.post-row-img-div img {
  width: 350px;
}
.post-body article .post-row-headline2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.post-body article .article-content {
  margin: 1em 0 0 0;
}
.post-body article div.post-row-text a:not(.link-internal) {
  color: #cfcfcf;
  text-decoration: none;
  border-bottom: 1px dashed #cfcfcf;
  /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
}
.post-body article div.post-row-text a:not(.link-internal):visited {
  color: #cfcfcf;
  text-decoration: none;
  border-bottom: 1px dashed #cfcfcf;
}
.post-body article div.post-row-text a:not(.link-internal):hover,
.post-body article div.post-row-text a:not(.link-internal):active,
.post-body article div.post-row-text a:not(.link-internal):focus {
  text-decoration: none;
  color: #cfcfcf;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .post-body article div.post-row-img-div {
    float: right;
    width: 150px;
    margin: 0 1em 1em 1em;
  }
  .post-body article div.post-row-img-div img {
    width: 150px;
  }
  .post-body article div.post-row-text {
    width: 100%;
  }
}
.alex-cd-shortcode {
  text-align: center;
}
.alex-cd-shortcode a {
  border: none;
}
@media screen and (min-width: 480px) {
  .alex-cd-shortcode {
    float: right;
  }
  .alex-cd-shortcode img {
    width: 200px;
    margin-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  .alex-cd-shortcode {
    float: none;
  }
  .alex-cd-shortcode img {
    width: 200px;
  }
}
