/*chrome specific hack make body font slightly bolder on chrome*/ 
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    body {
		font-weight: 500 !important;
	}
	/* make header font bold*/
	h1.header-fund {
		font-weight: 500 !important;
	}
}