.nir-node--5911 h1,
.nir-node--5911 h2 {
    color: #51beed;
}

.StockQuoteContainer .StockData:before {
	content: none;
	padding: 0;
}

.StockQuoteContainer li span:last-child {
    float: right;
    font-weight: 600;
}

/* Share Structure */

#ndq-content .block-content--nir-lp-block--7911 table.nirtable {
	margin: 0;
}

/* Dividends */

#ndq-content .block-content--nir-lp-block--7916 .ndq-table-responsive {
	max-height: 430px;
        width: 100%;
      overflow-y: auto;
      overflow-x: auto;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
      margin: 0 0 30px; 
}

#ndq-content .block-content--nir-lp-block--7916 table.nirtable th,
#ndq-content .block-content--nir-lp-block--7916 table.nirtable td {
	white-space: nowrap;
}

#ndq-content .block-content--nir-lp-block--7916 table.nirtable th:nth-child(1) {
	width: 80px;
}

#ndq-content .block-content--nir-lp-block--7916 table.nirtable th:nth-child(2) {
	width: 115px;
}

#ndq-content .block-content--nir-lp-block--7916 table.nirtable th:nth-child(3) {
	width: 170px;
}

#ndq-content .block-content--nir-lp-block--7916 table.nirtable th:last-child {
	width: 100px;
}

.block-content--nir-lp-block--7916 p:last-child {
	margin-bottom: 0;
}

/* Analyst */

#ndq-content .block--nir-people__widget--5911 table.nirtable {
	margin: 0;
}

/* Investor Kit */

.block--nir-assets__widget--5911 h2 {
    color: #51beed;
    padding-bottom: 15px;
}

.block--nir-assets__widget--5911 .nir-widget--list > article {
    background: #f5f5f5;
    padding: 12px 15px 12px 18px;
    display: flex;
    align-items: center;
}

.block--nir-assets__widget--5911 .nir-widget--list > article:nth-child(even) {
    background: #f0f0f0;
}

.block--nir-assets__widget--5911 .nir-widgets--asset--title a,
.block--nir-assets__widget--5911 .nir-widgets--asset--title a:hover {
    color: #444444;
    font-size: 19px;
    text-decoration: none;
    line-height: 2;
}

.block--nir-assets__widget--5911 .nir-widget--asset--list-of-files {
	margin: 0 0 0 auto;
}

.block--nir-assets__widget--5911 .file--application-pdf a::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 25px;
    background-image: url(../../isc/images/pdf-icon3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
}

@media screen and (max-width: 767px) {

	.block--nir-assets__widget--5911 .nir-widget--list > article {
		align-items: flex-start;
	}

	.block--nir-assets__widget--5911 .nir-widgets--asset--title a,
	.block--nir-assets__widget--5911 .nir-widgets--asset--title a:hover {
	    font-size: 17px;
	    line-height: 1.6;
	}

}