#cookNTrack, #cookNTrack_preferences {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #000000;
  z-index: 99999;
  font-size: 0.9rem;
}
#cookNTrack a, #cookNTrack_preferences a {
  color: inherit;
  text-decoration: underline;
}
#cookNTrack a:hover, #cookNTrack a:active, #cookNTrack a:focus, #cookNTrack_preferences a:hover, #cookNTrack_preferences a:active, #cookNTrack_preferences a:focus {
  text-decoration: none;
}
#cookNTrack .cookNTrack_buttons, #cookNTrack_preferences .cookNTrack_buttons {
  margin: 0.55rem -0.2rem -0.2rem;
}
#cookNTrack .cookNTrack_buttons button, #cookNTrack_preferences .cookNTrack_buttons button {
  margin: 0.2rem;
  font-size: 1em;
  border: 0.1rem solid #aaaaaa;
  color: #999999;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  outline: none;
  transition: color 0.1s linear, background 0.1s linear, border-color 0.1s linear;
}
#cookNTrack .cookNTrack_buttons button:hover, #cookNTrack .cookNTrack_buttons button:active, #cookNTrack .cookNTrack_buttons button:focus, #cookNTrack_preferences .cookNTrack_buttons button:hover, #cookNTrack_preferences .cookNTrack_buttons button:active, #cookNTrack_preferences .cookNTrack_buttons button:focus {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
#cookNTrack .cookNTrack_buttons button.cookNTrack_button_close, #cookNTrack .cookNTrack_buttons button.cookNTrack_button_enable, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_close, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_enable {
  color: #ffffff;
  background: #555555;
  border-color: #555555;
}
#cookNTrack .cookNTrack_buttons button.cookNTrack_button_close:hover, #cookNTrack .cookNTrack_buttons button.cookNTrack_button_close:active, #cookNTrack .cookNTrack_buttons button.cookNTrack_button_close:focus, #cookNTrack .cookNTrack_buttons button.cookNTrack_button_enable:hover, #cookNTrack .cookNTrack_buttons button.cookNTrack_button_enable:active, #cookNTrack .cookNTrack_buttons button.cookNTrack_button_enable:focus, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_close:hover, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_close:active, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_close:focus, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_enable:hover, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_enable:active, #cookNTrack_preferences .cookNTrack_buttons button.cookNTrack_button_enable:focus {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}

#cookNTrack {
  padding: 0.75rem 1rem;
}
@media (min-width: 600px) {
  .cookNTrack_inner {
    display: flex;
    align-items: center;
  }
  .cookNTrack_inner .cookNTrack_message {
    flex: 1;
  }
  .cookNTrack_inner .cookNTrack_buttons {
    margin: 0 -0.2rem 0 2rem;
  }
}

#cookNTrack_preferences {
  padding: 1.5rem 1rem;
}
#cookNTrack_preferences .cookNTrack_preferences_title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1rem;
}
#cookNTrack_preferences .cookNTrack_preferences_list .cookNTrack_service {
  margin: 1rem 0;
}
#cookNTrack_preferences .cookNTrack_preferences_list .cookNTrack_service .cookNTrack_service_title {
  font-weight: bold;
}
#cookNTrack_preferences .cookNTrack_preferences_list .cookNTrack_service .cookNTrack_service_checkbox input[readonly] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
@media (min-width: 600px) {
  #cookNTrack_preferences .cookNTrack_preferences_list .cookNTrack_service {
    position: relative;
    padding-right: 3rem;
  }
  #cookNTrack_preferences .cookNTrack_preferences_list .cookNTrack_service .cookNTrack_service_checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
