
.cookiesms{	
	width:100%;
	height:auto;
	/*line-height:20px;*/
	margin:0 auto;
	/*text-align:center;*/
	/*padding-left:1%;
	padding-bottom:10px;*/
    padding-top:0px;
	clear:both;
    /*font-weight: strong;*/
	bottom:0px;
	position:fixed;
	right:0px;
	border-radius: 0px;
	
	/*background-color: #f0f0f0;*/
	
	background: rgba(250, 250, 250, 0.99);
	color:#1c1c1c;
	font-size:20px;

	/*opacity:0.99;
	filter:alpha(opacity=99); */
	
	/*border-top:#666 thin solid;*/
	transition: bottom 1s;
	-webkit-transition:bottom 1s;
	/webkit-box-shadow: -3px -5px 5px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    -3px -5px 5px rgba(50, 50, 50, 0.56);
	box-shadow:         -3px -5px 5px rgba(50, 50, 50, 0.56);
	z-index:9991;
}

.buttonCookie{
	background-color:#6bbe6b;
	padding:1em 1em 1em 1em;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 25px;
	letter-spacing:0.1em;
	
}
@media only screen and (max-width:768px){.cookiesms {width:100%; font-size:14px;}}