﻿.msgcookie{
	display:block;
	z-index:5000;
	position:fixed;
	bottom:0; left: 30%;
		
	font-size: 80%;
		width: 40%;
	}




/* Smartphones (landscape) ----------- */
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 768px) {


.msgcookie{
	font-size: 70%;
	width: 80%;
		left: 10%; bottom:10%;
	}	
	
	
}






