﻿.news-thumbnail {
  width: 100%;
  margin: 10px 0; }

.news-entry {
  margin: 10px auto 25px;
  padding: 0 15px; }
  .news-entry a {
    margin: 0 0 5px 0;
    font-weight: 600;
    display: block; }
  .news-entry:nth-child(3n+1) {
    clear: left; }

.news-title {
  margin-top: 20px; }

.news-author-info {
  font-style: italic;
  font-weight: 600 !important; }

.news-article a {
  color: #854487;
  text-decoration: none;
  transition: color .3s; }

.news-article li {
  margin: 0 3em; }

.news-article img {
  width: 60%;
  margin-right: 2%;
  /*float: left;*/ }

.news-article .full-center {
  width: 100%;
  float: none;
  margin: 10px 0; }

.news-article .photo-credit {
  font-style: italic; }

