.clearer {
    clear: both;
  }

  .news-list-date {
    display: block;
    font-size: 10px;
  }
  .news-single-img {
    float:right;
    margin-left: 1em;
    margin-bottom: 1em;
  } 
  .news-list-item a img {
    float:left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .news-list-morelink {
    float:right;
  }


  .news-latest-image {
    float:left;
    margin-right: 1em;
    margin-bottom: 1em;
  } 
  
  .news-latest-date {
    margin:0;
    padding:0;
    font-size: 0.8em;
  }

  .news-latest-item h1 {
    padding-top:0;
    font-size:1em;
  }

  .news-latest-item h1 a {
    color: #003366;
  }

  .news-latest-item p {
    padding:0;
    margin:0;
  }

  .news-latest-item .clearer {
    border-top: 1px dotted gray;
    margin-bottom: 1em;
  }
  p.news-latest-morelink {
    float: right;
    margin-bottom: 1em;
  }
  .news-single-category,
  .news-list-category {
      display:none;
  }
