#huk_cookie_prefernce_panel,#huk_cookie_prefernce_panel_ex {
  font: 12px sans-serif;
  line-height: 1.7;
  color: #333;
  height: 400px;
}

#huk_cookie_prefernce_panel {
  position  : absolute;
  z-index: 9999;
  color: #333;
  border: 1px solid #999;
  background-color: #f5f5f5;
  min-height: 300px;
  padding: 20px 15px;
  text-align: center;
  top: 30px;
}

#huk_cookie_prefernce_panel h1 {
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  font: 22px sans-serif; 
}

#huk_cookie_prefernce_panel h3 {
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  font: 20px sans-serif; 
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row {
  color: #333;
  height: 30px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row input {
  color: #333;
  float: left;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row label {
  color: #333;
  padding-top: 2px;
  display: block;
  float: left;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_panel_row input[type=button] {
  color: #333;
  margin: -2px 10px;
  padding: 5px 0;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar {
  color: #333;
  margin-top: 20px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button] {
  background: #e3e3e3;
  border: 1px solid #bbb;
  color: #333;
  font: bold 13px "helvetica neue",helvetica,arial,sans-serif;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 160px;
  margin-left: 10px;
  padding: 8px 0 9px;
  height: 35px;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_link {
  color: #333;
  margin-top: 20px;
}

#huk_cookie_prefernce_panel_ex {
  position: absolute;
  z-index: 9999;
  top: 30px; 
}

#ck-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  opacity: .6;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

#cookie-ext-panel {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #999;
  padding: 20px 20px;
}

#cookie-ext-panel h1 {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  font: 18px sans-serif;   
}

#cookie-ext-panel h2 {
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font: 16px sans-serif; 
}

#cookie-ext-panel h3 {
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
  font: 14px sans-serif; 
}


#cookie-ext-panel #c-toolbar {
  text-align: right;
  height: 20px;
  margin: 10px 0;
}

#cookie-ext-panel #c-toolbar input[type=button] {
  float: right;
  background: #e3e3e3;
  border: 1px solid #bbb;
  color: #333;
  font: bold 13px "helvetica neue",helvetica,arial,sans-serif;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 180px;
  margin-left: 10px;
  padding: 8px 0 9px;
  height: 35px;
}

#cookie-functionalList {
  height: 200px;
  font-size: 12px;  
}

#cookie-functionalList li{
  font-size: 12px;  
}

#cookie-selection {
  clear: both;
}

#cookie-selection #cokkie-options label {
  background-color: red;
  border: 1px solid #DDD;
  display: block;
  width: 175px;
  height: 100px;
  float: left;
  margin-right: 5px;
  text-align: center;
  font-weight: bolder;
  padding: 10px 0px;
  color: #fff;
}

#cookie-selection #cokkie-options label.selected {
  background-color: lightgreen;
  color: #000;
}

#cookie-selection #cokkie-options label:hover {
  border: 1px solid #c4c4c4;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  height: 1%;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button]:hover,#cookie-ext-panel #c-toolbar input[type=button]:hover {
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button]:active,#cookie-ext-panel #c-toolbar input[type=button]:active {
  background: #d0d0d0;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

#cookie-functionalList #cookieWill,#cookie-functionalList #cookieWillNot {
  width: 100%;
  float: left;
  font-size: 12px; 
}

#cookie-selection #cokkie-options label span,.clearfix {
  display: block;
}

#cokkie-options input[type=checkbox] {
    height: 20px;
    box-shadow: none;
}

label {font-size: 12px;}

@media (max-width: 440px) {
    #huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button] {
        width: 80%;
        margin: 5px 10% 2px;
    }
    
    #cookie-selection #cokkie-options label {
        width: 80%;
        margin: 5px 10% 0px;
    }
    
    #cookie-ext-panel #c-toolbar {
        margin: 0px;
        width: 100%;
    }
    
    #cookie-ext-panel #c-toolbar input[type=button] {
        width: 80%;
        margin: 5px 10%;
    }
}