#cookieset{margin:0 auto;max-width:700px;}
#cookieset_head{padding:4px;text-align:center;font-weight:bold;font-size:120%;background-color:#F2F2F2;}

#cookieset_menu{background-color:#ffffff;padding-top:10px;}
#cookieset_menu a{color: #000000; text-decoration:none;} 
#cookieset_menu a:visited {color: #000000; text-decoration:none;} 
#cookieset_menu a:active {color: #000000; text-decoration:none;} 
#cookieset_menu a:hover {color: #000000; text-decoration:none;}
#cookieset_menu ul{list-style-type: none;}
#cookieset_menu ul li{list-style-type: none;border-bottom:1px solid #cccccc;padding:5px;}

#cookieset_body{background-color:#ffffff;padding-top:10px;padding-left:20px;}
#cookieset_body .title{font-weight:bold; font-size:120%;float:left;}
#cookieset_body .status{font-weight:bold; font-size:100%;float:right;}
#cookieset_body .headcook{margin-bottom:20px;}
#cookieset_body table{border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;}
#cookieset_body table tr td{padding:3px;border-left:1px solid #cccccc;border-top:1px solid #cccccc;font-size:90%;}

#cookieset_menu .bkgactive{background-color:#ffffff;}
#cookieset_menu .bkgnotactive{background-color:#F2F2F2;}

	#cookieset_menu {float:left; width:20%;}
	#cookieset_body {float:left; width:70%;}

.clearboth{clear:both;}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #33cc00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #33cc00;
}

input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

