/*For releases when using accordian */
#ndq-content .block--nir-news__widget table tr td,
#ndq-content .block--nir-news__widget table tr th{
	vertical-align: top;
}
#ndq-content .block--nir-news__widget table tr td.wst-summary-container a.nir-widget--news--accordion-toggle::before {
	display: none;
}

/* Analyst Coverage */

.nir-node--5896 .th-firm {
    width: 50%;
/*    font-family: "AvenirNextLTPro-Bold",arial,helvetica, sans-serif;
*/}

/* Press Releases, Events, Presentations, Annual Reports */

td .nir-widget--event--location-notes {
    padding: 8px 0 0;
}

#ndq-content td label {
    padding: 0;
}

.nir-node--5816 td[data-before="View"] .widget-file--application-pdf::before {
    top: initial;
    left: initial;
    padding: 0 !important;
}

@media screen and (min-width:482px) {

    .nir-node--5816 .th-date {
        width: 140px;
    }

    .nir-node--5816 td[data-before="Date"] {
        white-space: nowrap;
    }

    .nir-node--5816 .th-view,
    .nir-node--5816 td[data-before="View"] {
        width: 90px;
        text-align: center;
    }

}

@media screen and (min-width:1025px) {

    .nir-node--5816 .th-date {
        width: 200px;
    }

    .nir-node--5896 .th-firm {
        width: 40%;
    }

}