@media screen and (-webkit-min-device-pixel-ratio:0) { 

	/* ------Safari and Chrome------ */
	
	/* Conceal extra arrow on WET collapsable boxes */
	details > summary:before {
	    content: "" !important;
	}

	/* Position  arrow on WET collapsable boxes */
	details.alert > *:first-child {
	    margin: 0.13em 0em -0.5em 0.13em;
	}

	details summary.bar-title
	{
		padding-top:0%;
		padding-bottom:0%;
	}

	/* ------Safari only override------ */
	::i-block-chrome, details > summary:before {
		content: "► " !important;	
	}
}