.news-holder p {
    margin-bottom: 12px;
}
.news-holder {
    max-width: 100%;
   /* margin: 0 auto 0 20px;*/
    /*font-family: Verdana, sans-serif;*/
    font-size: 16px;
}
.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {   text-decoration: none;}
a.whitelink:link, a.whitelink:active, a.whitelink:visited{
	color:#fff!important;
}
a.whitelink:hover {color:#ddd!important}
.news-headlines {
  list-style: none;
  position: relative;
  background-color:#000; /*new*/
}
.news-headlines li {
    padding: 5px 20px 5px 24px;
   /* margin-bottom: 15px;*/
    position: relative;
    z-index: 20;
    color: #ddd; /*was 336699*/
	/*border-bottom:1px solid #fff;*/ /*new*/
  }
.nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.news-headlines li:hover, .news-headlines a:hover {
      cursor: pointer;
      text-decoration: none;
	  color:#ddd;
}
.news-headlines .highlight {
	 width: 100%;
     background: #ed1010; 
     /*border-top: solid 1px #999;
     border-left: solid 1px #999;
     border-bottom: solid 1px #999;*/
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
	 margin-bottom:0;
	 color:#000;
}
.news-headlines .highlight:before {
    display: none;
  }
.news-headlines {
   /*float: left; */
   width: 100%; /*was 49*/
}
.news-preview {
   float: left;
   /*border: solid 1px #999; */
   width: 100%; /*was 51*/
   /*background: #ededed; */
   position: relative;
   z-index: 5;
   /*margin-left: -1px;*/
  /* min-height: 278px;*/
   position: relative;
   background-color:#000;
}
.news-preview img {
    display: block;
   /* border: solid 1px #999; 
    width: 100%;*/
    height: auto;
    max-width: 100%;
	min-height: 310px;
    max-height: 310px;
    margin: 5px auto 0px auto;
	object-fit: cover;
  } 
.news-content {
    /*position: absolute; */
    /* background: #ededed; */
    z-index: 10;
   /*  padding: 10px; */
    top: 0;
    left: 0;
    display: none;
}
.top-content {
    display: block;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}