@media screen and (max-width: 768px){
	body #ck_banner h1 {
    font-size: 1.1rem;
    line-height: 1.1rem;
		font-weight: 700;
	}

	body #ck_banner p{
		font-size: 0.8em;
		line-height: 1.2em;
		margin-bottom: 5px;
	}

	#ck_banner label {
    font-size: 0.6em;
	}
}
#ck_banner h1{
	font-size: 2.0rem;
}

#ck_banner{
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #000000;
  padding: 15px;
	text-align: center;
	z-index: 9999999999;
	color: #000000;
}

#ck_banner label{
	margin-right: 20px;
	cursor: pointer;
	display: inline-block;
	color: #000000;
}

#ck_banner input{
	visibility: visible !important;
}

#ck_banner #ck_accetta{
	color: #FFFFFF;
	background: green;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 11px;
	cursor: pointer;
	margin: 0 10px;
}
#htmlCookieTable{
	width: 100%;
	word-break: initial;
}

#htmlCookieTable td,
#htmlCookieTable th{
	padding: 2px 5px;
}

#modificaConsenso{
	font-weight: bold;
	cursor: pointer;
}
#ck_linkprivacy{
	font-weight: bold;
	color: #000000;
}
#ck_banner input[type=checkbox]{
  display: inline-block;
  position: relative;
  width: 18px;
  height: 16px;
  vertical-align: middle;
}
