		/*Editione_new_cookie on MAIN*/

.helvetica {font-family: Helvetica; font-size: 14px; color: #1e7600; line-height: 1}
	
.cookie-consent-banner {
    position: fixed;
    bottom: 150px;
	height: 39px;
	left: 50%; /* Move the left edge to the center of the viewport */
    transform: translateX(-50%); /* Shift it back by half its width */
    width: 630px;
    background-color:  #aff896;
    text-align: center;
    text-indent: -50px;
    padding: 6px 5px 9px 5px;
    border: 4px solid #2b9b04;	
    display: none;
	Z-index: 1000;
}

.cookie-consent-banner p {
    margin: 0;
    display: inline;
}

.cookie-consent-banner a {
    color: #1e7600;
    font-style: normal;
    text-decoration: underline;
    cursor:pointer;
}

.cookie-consent-banner a:hover {
    text-decoration: underline;
    text-decoration-style: double;
    text-decoration-color: currentColor;
}  

.cookie-consent-banner button {
    position: relative;
    display:inline-block;
    left: 50px;
	top: -11px;
	background-color: #008600;
    color: #ffffff;;
	font-family:'Verdana';
    font-size: 16px;
    border: none;
    padding: 7px 4px 9px 4px; 
    cursor: pointer;
    font-weight: bold;
}

.cookie-consent-banner button:hover {
    background-color: #46A217;
}

@media only screen and (max-width: 680px) {
	.cookie-consent-banner {left: 2%; transform: translateX(0%); width: 93%;}
}
    
@media only screen and (max-height: 570px) {
	.cookie-consent-banner {bottom: 60px;}
}

@media only screen and (max-width: 540px) {
	.helvetica {font-size:12px;}
	.cookie-consent-banner {left: 2%; height: 33px; padding-top: 7px; width: 92%;}
	.cookie-consent-banner button {font-size: 14px; padding: 5px 3px 7px 3px; left: 40px; top: -9px;}
}

@media only screen and (max-width: 460px) {
	.helvetica {font-size: 10px;}
    .cookie-consent-banner {height: 30px; width: 91%; padding-top: 8px}
	.cookie-consent-banner button {left: 30px; top: -10px;}
}
 
@media only screen and (max-width: 400px){
	.helvetica{font-size: 8px;}
	.cookie-consent-banner {height: 25px;}
	.cookie-consent-banner button {font-size: 12px; left: 25px; padding: 4px 2px 6px 2px; top: -7px}
}
	