<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1024px), screen and (max-device-width: 1024px), screen and (max-width: 1200px)  {
.inner1 {left:9px;}

	
		
}

/*iPad Portrait*/
@media handheld and (max-width: 767px), screen and (max-device-width: 767px), screen and (max-width: 960px)  {
.inner1 {
    margin: auto;
    min-height: 100px;
    position: relative;
    width: 700px;
	left:0px;}

.inner3{width: 489px; position: relative; left: 0; padding-bottom: 5px;}


}	
	

/*iPhone Landscape*/
@media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 750px)  {
	/*#container { width:420px; }*/
	.inner1 { width: 410px;left:0px;}
	.inner3{width: 400px; position: relative; left: 8px; padding-bottom: 5px;}
	.button_cookie { position:relative; margin:8px; right:auto; top:auto;}

	
}
	

/*iPhone Portrait*/
@media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {
	/*#container { width:280px; }*/
	.inner1 { width: 300px;left:0px;}
.inner3{width: 280px; position: relative; left: 8px; padding-bottom: 5px;}
.button_cookie { position:relative; margin:8px; right:auto; top:auto;}

	
	 }
}

</pre></body></html>