html, body {padding:0px; margin:0px;}


#cookieconsent h4 {font-family:'MINIRegular','Georgia', serif; text-transform:none; margin:10px 0px 45px 0px;}
#cookieconsent>div {padding:15px 10% 40px 10%;}
#cookieconsent { 
   	background: #fff; color:#000000;
	text-align:left; position:fixed; bottom:0px; z-index:10000;	width:100%;
    font-family:'MINIRegular','Georgia', serif; 
	font-weight:normal;
	font-size:18px; 
	line-height:24px;
	-webkit-box-shadow: 0px -2px 6px -3px rgba(0,0,0,1); -moz-box-shadow: 0px -2px 6px -3px rgba(0,0,0,1); box-shadow: 0px -2px 6px -3px rgba(0,0,0,1);}
#cookieconsent_close {color: #555; font: 1.5em arial, sans-serif; position: absolute; right: 10px; text-decoration: none; text-shadow: 0 1px 0 #fff; top: 6px; cursor:pointer; padding:4px;}
@media screen and (max-width:600px){
	#cookieconsent {}
    #cookieconsent>div {padding:15px 20px 30px 20px;}
    #cookieconsent .underline {border-top-color:none; border-left-color:none; border-right-color:none; border-bottom-style: solid; border-bottom-width:2px; width:50px;}
}