/* Webkit browsers like Safari and Chrome css here */
@media screen and (-webkit-min-device-pixel-ratio:0) {

		body {
			font-size: 82%;
		}

		#aside #linkpath {
			font-size: 0.8em;
			height: 28px;
		}

		.webnode #aside {
			margin-top: 34px;
		}

		.webnode #aside .webNodeLargeBlockTextBox {
			margin: 19px 0 0;
		}

}