@import url("/my-devices/css/styles.css");

div.headercontainer
{
	height: 75px;
	border-bottom: 5px solid #005bbb;
	background: #d0d0d0;
	background-image: url(../images/yaskawa_solectria.png);
	background-repeat: no-repeat;    
	background-size: 256px 66px;
	background-position: 5px 5px;    
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
	div.headercontainer
	{
		border-bottom: 5px solid #005bbb;
		background: white;
		background-image: url(../images/yaskawa_solectria.png);
		background-repeat: no-repeat;        
		background-size: 256px 66px;
		background-position: 5px 5px;        
	}
}

div.header
{
	margin-left: 270px;
	padding-top: 22px;    
}

div.header h1
{
	font-size: 30px;
	line-height: 35px;
	color: #005bbb;
	font-weight: bold;
}
