/* Floating panel in the top-right corner */
#toggle-panel {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 9999;
  font-family: sans-serif;
  font-size: 14px;
}
#toggle-panel label {
  margin-right: 10px;
  cursor: pointer;
}

.hidden, .hidden > *{
	color: transparent !important;
}