$$('.cnn_sectbincntnt2 ul').each(function(bulletlist, idx){
	while(bulletlist.getHeight() > 145){
		bulletlist.childElements().last().remove();
	}
}
)

