/* Nur CSS fuer das Spielprotokoll-Plugin. Allgemeine Website-CSS bleibt im Customizer. */
#screenshot-button {
  background-color: #FFD500;
  color: #000000;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
#screenshot-button:hover { background-color: #e6c200; }
.frm_hidden_field { display: none !important; }
body .frm-show-form select,
body .frm-show-form input[type="text"],
body .frm-show-form input[type="number"] {
  text-align: center;
  text-align-last: center;
}
