#cookie_message {background:#006ab3;width:100%;height:95px;display:block;border-bottom:solid black 1px;margin: 0px auto;position: fixed;bottom: 0px;border-top: 1px solid #fff;z-index:1000;}
#cookie_close {width:20px;height:20px;float:right;}
.innercookie {width:960px;padding-top:20px;margin-left: auto; margin-right: auto; position: relative;text-align:center;}
.innercookie p{color:#fff;width:97%;float:left;text-align:center;margin-bottom:0px;}

.innercookie a.link {
	text-decoration:none;
	color:#fff;
	padding-bottom: 0.1rem;
    transition: all 0.2s ease-in-out 0s;
    border-bottom: 1px solid #fff;
}
.innercookie a.link:hover {
	background: #e8e9e9 none repeat scroll 0 0;
    border-color: #e8e9e9;
    color: #4c4c4c;
    text-decoration: none;
}
.innercookie a.cookie-button {line-height: 30px;padding: 2px 12px;background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) #F3F3F3;border-color: #BBB;color: #333;text-shadow: 0 1px 0 #FFF;-moz-box-sizing: border-box;border-radius: 3px;white-space: nowrap;margin-left:15px;}

@media only screen and (max-width: 870px) {	
	#cookie_message { height:175px;}
	.innercookie {width:380px;}
}

@media only screen and (max-width: 380px) {	
	#cookie_message { height:210px;}
	.innercookie {width:300px;}
}