/* news table overrides */
 main table.table.newsTable{
	 border-top-style: none !important;
	 border-bottom-style: none !important;
	 border-left-style: none !important;
	 border-right-style: none !important;
	 border-top-width: 0px !important;
	 border-bottom-width: 0px !important;
	 border-left-width: 0px !important;
	 border-right-width: 0px !important;
	 border-top-color: #FFFFFF !important;
	 border-bottom-color: #FFFFFF !important;
	 border-left-color: #FFFFFF !important;
	 border-right-color: #FFFFFF !important;
}

 main table.table.newsTable tr td:last-child{
    width: 30%;
    
}

 
main table.table.newsTable tr td img{
    object-fit: cover;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    box-sizing: border-box;
}
 