
.headline {
 display:block;
 text-decoration: none;
 border-bottom: 2px solid #f4f4f4;
 line-height: 1.5;
 padding: 1rem;
} 

.headline .photo {
 position: relative;
 top: 50%;
 transform: translateY(-50%);
 text-align: center;
}
.headline .photo IMG {
 width: 100%;
 max-height: 8em;
 object-fit: contain;
}

.headline {
 display: flex;
 flex-flow: row nowrap;
}
.headline .left {
 margin-right: 15px;
 display: none;
 flex: 0 1 180px;
}
.headline.has-photo .left {
 display: block;
}

.headline .right {
 flex: 1 0 200px;
}

.headline .photo IMG {
 max-width: 180px;
}


.invc .newsrpm-headlines1 .meta {
  color: #000;
  line-height: 1.5;
  text-transform: uppercase;
 }
 .invc .newsrpm-headlines1 .meta SPAN {
  font-weight: bold;
 }
 .invc .newsrpm-headlines1 .meta A {
  margin: 0 0.1em;
  display: inline-block;
  font-size: inherit;
  text-transform: none;
 }
 .invc .newsrpm-headlines1 .meta A:after {
  content: ", ";
 }
 .invc .newsrpm-headlines1 .meta A:last-child:after {
  content: "";
 }

 .invc .newsrpm-headlines1 .title  {
  text-align:left;
 }
 .invc .newsrpm-headlines1 .title A {
  font-size: 1.3em;
 }
 
 .invc .newsrpm-headlines1 A.excerpt {
  display: inline;
  color: #000;
  text-decoration: none;
 }

 .invc .newsrpm-headlines1 .date {
  white-space: nowrap;
  text-align:left;
  line-height: 1.6;
 }

 .invc .newsrpm-headlines1 A.external {
  background-image: url(//images.financialcontent.com/studio-6.0/navigation/external.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right:5px;
 }
 .invc .newsrpm-headlines1 .excerpt {
  color: #333;
  margin: 0.8em 0;
  padding: 0.3em 0 0.3em 0.5em;
  border-left: 3px solid #ccc;
  max-width: 100%;
 }

 .invc .newsrpm-headlines1 .item {
  padding: 5px 2px;
  border-bottom: 2px solid #F3F3F3;
 }
