.chrome
{
	height: 00px;
	color: blue;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.chrome
{
	height: 40px;
}
}