/* Custom CSS file test */

.reportsTable tbody td,
.reportsTable tbody th {
    padding-right:25px;
}
 .projectsTable tbody td,  .projectsTable tbody th {
	padding-right:15px;
}

.pagelistingblock ul h2 a:hover {
        text-decoration: underline !important;
}

.accordionortabsblock>.accordion .accordion-title {
	padding-right: 27px;
}

.content.block ol li, .content-area ol li{
	list-style:decimal;
	list-style-image:none;
}

.content.block ol li:before, .content-area ol li:before {
    content: none;
}
// override the fixed width of iframes (videos) on smaller screens.
@media only screen and (max-width: 1024px)
{
	table iframe {
		width: 100%;
	}
}

/*
.priceandmarketblock .report-view .main #daily-indicators .indicator .value span{
	color: black !important;
}

.priceandmarketblock .report-view .main #daily-indicators .indicator .value span::before{
	display:none !important;
}
*/