/** Remove black line on safari **/
.ui-datepicker.ui-widget-content{
	background-image: none !important;
}

/* Remove extra space below detail pages */
body > img[src*='//idsync'], 
body > iframe {
	display: none;
}