.editor.editor--live,
._iframe:not(._takeover) .editor.editor--live
{
    padding:80px 20px !important;
}
.LiveField .LiveField__container
{
    padding:15px 0;
}
.LiveField__answer
{
    margin-top:0;
}
h1.__header-one,
h2.__header-two
{
    line-height:1.25 !important;
}
h2.__header-two
{
    margin-top:15px !important;
}
.SuccessfulSubmission--default
{
    margin-top:100px !important;
    margin-bottom:100px !important;
}

.LiveField__input:not(.LiveField__input--manualfocus), 
.LiveField__answer textarea.LiveField__input[rows="1"], 
.LiveField__input--manualfocus:not(:focus)
{
    border-color:#0183E5;
}

/* MULTIPLE CHOICES */
form .Choices__choice
{
  
  padding:0 0 0 2.1em;
  line-height:1.5;
}
form .Choices__choice.btn-raised,
form .Choices__choice.btn-default,
form .Choices__choice.btn-raised.btn-primary
{
  box-shadow:none;
  background:none;
  color:inherit;
}
form .Choices__choice.btn-raised,
form .Choices__choice.btn-raised.btn-primary,
form .Choices__choice.btn-raised:hover
{
  
  font-weight:500;
}
form .Choices__choice.btn-raised.btn-default:hover .material-icons
{
}
form .ChoicesQuestion.Choices .Choices__choice .material-icons
{
  position:absolute;
  top:-3px;
  left:0;
  right:auto;
  font-size:24px;
  line-height:24px;
  opacity:1;
}
form .Choices .btn-raised:active
{
  transform:none;
}