.newsrpm-article {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
}

.newsrpm-article > H1 {
 flex: 100% 0 0;
 font-size: 2em;
 font-weight: 600;
 margin: 0.5em 0;
}

.newsrpm-article > .author {
 flex: auto 1 0;
 font-size: 1.1em;
 font-weight: 600;
 margin: 0.5em 0;
 max-width: 95%;
}
.newsrpm-article > .date {
 flex: auto 0 1;
 font-size: 1.1em;
 font-weight: 600;
 margin: 0.5em 0;
}

.newsrpm-article > .body {
 flex: 1 0 100%;
 line-height: 1.6;
 font-size: 1.4em;
}

.newsrpm-article > .body li {
 display: list-item;
 list-style-type: disc;
 margin-left: 2em;
}

.newsrpm-article > .body ol li {
 list-style-type: inherit;
}

.newsrpm-article > .body figure {
 float: right;
 margin: 0 0 1em 1em;
 //max-width: 300px;
}

.newsrpm-article .related-stocks .label {
 font-weight: bold;
 line-height: 2;
}

.newsrpm-article .related-stocks .tickers {
 width: 100%;
 border: 1px solid #D1D1D1;
 display: flex;
 flex-flow: row wrap;

 line-height: 1.8;
 padding: 0.5em;
}

.newsrpm-article .related-stocks .tickers A {
 background: url("//images.financialcontent.com/studio-6.0/icons/16x16/line-chart.png") no-repeat scroll left center transparent;
 padding: 0 0 0 1.5em;
 margin: 0 0.5em;
 flex: auto 0 0;
}

.newsrpm-article IMG {
 padding: 0; 
 margin: 0;
 max-width: 375px;
 height: initial;
 width: initial;
 object-fit: contain;
}
