/* v2.5.10: harde fix voor favoriete kroeg select - wit op donker */
html body .wkp select[name="tavern_id"],
html body .wkp-appshell select[name="tavern_id"],
html body .wkp-fields select[name="tavern_id"],
html body .wkp-entry-fields select[name="tavern_id"],
html body select[name="tavern_id"] {
  background: #07111f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
html body .wkp select[name="tavern_id"] option,
html body .wkp-appshell select[name="tavern_id"] option,
html body select[name="tavern_id"] option {
  background: #07111f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
html body .wkp select[name="tavern_id"]:disabled,
html body .wkp-appshell select[name="tavern_id"]:disabled,
html body select[name="tavern_id"]:disabled {
  background: #07111f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}
@media print {
  html body select[name="tavern_id"] { background:#fff !important; color:#000 !important; -webkit-text-fill-color:#000 !important; }
}
