/* Song Vote Form - base styles (safe defaults). You can override these in your theme. */
.djm-svf-hp { position:absolute; left:-9999px; top:-9999px; height:0; overflow:hidden; }

.djm-svf-form { max-width: 520px; }
.djm-svf-field { margin: 0 0 16px; }
.djm-svf-label { display:block; font-weight:700; margin: 0 0 8px; }
.djm-svf-select, .djm-svf-input, .djm-svf-textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  box-sizing: border-box;
}
.djm-svf-textarea { resize: vertical; }
.djm-svf-button, .djm-svf-download-button {
  display:inline-block;
  padding: 12px 22px;
  font-size: 16px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}
.djm-svf-download { text-align:center; padding: 40px 20px; }
.djm-svf-download-title { margin: 0 0 10px; }
.djm-svf-download-note { opacity: .7; margin-top: 16px; }
