/* .cookiesChoice { */
/* 	font-size: 1.6em; */
/*     font-weight: 800; */
/*     color: #003d7e; */
/*     cursor: pointer; */
/*     margin-left: 10px; */
/*     margin-right: 10px; */
/* } */

/* .cookiesChoice:first-child { */
/* 	margin-left: 0; */
/* } */

/* .cookiesChoice:last-child { */
/* 	margin-right: 0; */
/* } */

/* .privacy { */
/* 	font-size: 2em; */
/* } */


 div.bodywrapper div.cookiesChoice {
	font-weight: 600;
	display: inline-block;
	padding: 10px 15px;
	font-family: "Raleway", sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	margin: 0 10px;
}

@media (max-width: 767px) {
  div.bodywrapper div.cookiesChoice {
    margin: 0;
  }
  

}

 div.bodywrapper div.cookiesChoice.footer {
	margin: 10px 0;
	color: #737373;
}


