.md {
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ==========================================================================
 News Articles listing
 ========================================================================== */
.news_articles {
  margin: 2rem 0; }

.news_article {
  margin-bottom: 2.5rem; }

.news_article .title {
  /* placeholder for title styling */ }

.news_article .date {
  /* placeholder for date styling */ }

.news_article .intro {
  /* placeholder for intro styling */ }

/* ==========================================================================
 News Articles comments
 ========================================================================== */
.comment_contain {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #fff; }

.comment_contain.last {
  border-bottom: 0; }

.comment_contain .avatar {
  float: left;
  width: 70px;
  height: 70px; }

.comment_contain .comment {
  min-height: 70px;
  padding-left: 80px; }

.comment_contain .comment .header {
  font-size: 1.3rem;
  margin-bottom: 1rem; }

.comment_contain .comment .header a,
.comment_contain .comment .header span {
  font-weight: bold; }

/* ==========================================================================
 News Articles comment submission form
 ========================================================================== */
textarea.news_comment_textarea {
  height: 300px; }
