body {
	background: #f3f6ff;
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-header .logo {
	background: url('../img/monsterinsights-logo.png') no-repeat;
	display: inline-block;
	height: 40px;
	width: 224px;
	text-indent: -9999px;
	position: relative;
	margin: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {

	/* Retina-specific stuff here */
	.site-header .logo {
		background-image: url('../img/monsterinsights-logo@2x.png');
		background-size: contain;
	}

}

.site-header {
	background: #fff;
	padding: 0;
	border-bottom: 1px solid #d6e2ed;
	position: relative;
}

.ga-link-status__logo.is-product {
	background-image: url('../img/monsterinsights-mascot.png');
	background-repeat: no-repeat;
}