#ndq-content .block--market-data-block__stock-quote--6156 .stock-quote__short {
	float: none;
}

body.nir-node--6156 {
    background-color: transparent;
    color: #073963;
}

#ndq-content .block--nir-news__widget--6156 h2::after {
    content: "";
    position: relative;
    bottom: -20px;
    display: block;
    width: 60px;
    height: 3px;
    background: rgb(51, 51, 51);
    margin: 0 auto;
}

#ndq-content .block--nir-news__widget--6156 h2 {
    position: relative;
    padding-bottom: 35px;
    margin: 30px;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: rgb(51, 51, 51);
    text-align: center;
}

.news-padding {
    padding-right: 45px;
}

#ndq-content .block--nir-news__widget--6156 .nir-widget--news--headline {
   margin-bottom: 10px;
}

#ndq-content .block--nir-news__widget--6156 .nir-widget--news--headline a {
	font-size: 20px;
    line-height: 30px;
    color: #333 !important;
    text-decoration: none;
}

#ndq-content .block--nir-news__widget--6156 .nir-widget--news--headline a:hover {
    text-decoration: underline;
}

#ndq-content .block--nir-news__widget--6156 .nir-widget--news--date-time {
    font-size: 14px;
    color: #073963;
    line-height: 30px;
    /*padding: 10px 0 0;*/
    margin: 0;
}

#ndq-content nav.menu--view-all-news a {
    border: 1px solid #037CC2;
    clear: both;
    margin: auto;
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    color:#037CC2;
}

#ndq-content nav.menu--view-all-news a:hover {
    color: #037CC2;
}

#ndq-content nav.menu--view-all-news {
    text-align: center;
}

nav.menu--view-all-news {
    clear: both;
    margin: 0;
    padding: 42px 0;
    text-align: center;
}

@media screen and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), 
only screen and (min--moz-device-pixel-ratio:2) and (max-width: 768px), 
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width: 768px), 
only screen and (min-device-pixel-ratio:2) and (max-width: 768px), 
only screen and (min-resolution: 192dpi) and (max-width: 768px), 
only screen and (min-resolution: 2dppx) and (max-width: 768px) {


	nav.menu--view-all-news a {
	    width: 50% !important;
	}

}