body {
  background: #fff !important;
  font: 76%/1.4em Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}
#_votingForm h1 {
  font-size: 2em;
  font-weight: normal;
  color: #a9a9a9;
  text-transform: none;
  text-align: center;
  display: block;
  margin: 64px;
}
#_votingForm h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #a9a9a9;
  text-transform: none;
  margin-bottom: 16px;
}
#_votingForm td {
  padding: 4px;
}
#_votingForm ._entrySelection {
  padding: 8px;
  border-radius: 8px;
  border: none;
  background-color: #fdbd39;
  color: #fff;
  font-weight: bold;
  width: 416px;
}
#_votingForm ._entrySelection option {
  background-color: #fdbd39;
  color: #fff;
}
#_votingForm ._textFieldLabel {
  text-align: right;
}
#_votingForm ._textField {
  padding: 8px;
  border-radius: 8px;
  background-color: #eee;
  border: none;
  width: 300px;
}
#_votingForm ._checkBox {
  margin-left: 8px;
}
#_votingForm ._julia_schmitt {
  display: none;
  width: 400px;
  margin: auto;
  text-align: right;
}
#_votingForm ._julia_schmitt img {
  background: #d3d3d3;
  max-width: 400px;
  max-height: 300px;
  display: block;
  margin: auto;
}
#_votingForm ._julia_schmitt ._author {
  font-weight: bold;
}
#_votingForm ._julia_schmitt ._title {
  font-style: italic;
  display: inline;
}
#_votingForm ._julia_schmitt ._date {
  display: inline;
}
#_votingForm ._entry {
  width: 400px;
  margin: auto;
  text-align: right;
}
#_votingForm ._entry img {
  background: #d3d3d3;
  max-width: 400px;
  max-height: 300px;
  display: block;
  margin: auto;
}
#_votingForm ._entry ._author {
  font-weight: bold;
}
#_votingForm ._entry ._title {
  font-style: italic;
  display: inline;
}
#_votingForm ._entry ._date {
  display: inline;
}
#_votingForm ._share {
  margin-top: 16px;
}
#_votingForm ._share ._icon {
  margin-left: 8px;
}
#_votingForm ._share p {
  margin: 8px;
}
#_votingForm .helper_text {
  color: #f00;
}
#_votingForm ._youSelected,
#_votingForm ._entry,
#_votingForm ._thankYou,
#_votingForm ._youVotedFor,
#_votingForm ._entry,
#_votingForm ._share {
  display: none;
}
#_votingForm ._submitButton {
  padding: 8px;
  border-radius: 8px;
  border: none;
  background-color: #fdbd39;
  color: #fff;
  font-weight: bold;
}
#_votingForm._selectionMade ._youSelected,
#_votingForm._selectionMade ._entry {
  display: block;
}
#_votingForm._voteSubmitted ._youVotedFor,
#_votingForm._voteSubmitted ._entry,
#_votingForm._voteSubmitted ._share {
  display: block;
}
#_votingForm._voteSubmitted ._selectText,
#_votingForm._voteSubmitted ._entrySelection,
#_votingForm._voteSubmitted ._yourDetails,
#_votingForm._voteSubmitted ._thankYou {
  display: none;
}
#_votingForm._noSelection ._youSelected,
#_votingForm._noSelection ._entry,
#_votingForm._noSelection ._thankYou,
#_votingForm._noSelection ._youVotedFor,
#_votingForm._noSelection ._entry,
#_votingForm._noSelection ._share {
  display: none;
}
