/**
 * @file
 * A CSS style sheet to be used for custom styling.
 *
 * Just be sure to make a backup of this file prior to updating to a new version of the GT Subtheme,
 * or your styles will get overridden when updating.
 * After updating you'll need to replace this file with your backup.
 *
 */

.NewsImage {
 float:left;
 padding-right:20px;
 display: inline-block;
 height: auto;
 max-width: 100%;
 vertical-align: middle;
 width: auto;
 margin-right: 20px;
 min-height: 80px;
}

.views-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.views-row {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}