form ol {
  list-style: none;
}
div.csc-mailform li label {
    float: left;
    width: 160px;
    margin-right: 0px;
}
div.csc-mailform li.csc-form-element-radio label {
    float: right;
    width: 100%;
    margin-right: 0px;
}
div.csc-mailform ol li.csc-form-element-textblock {
    margin-left: 0px;
    display: block;
    margin-bottom: 25px;
    margin-top: 15px;
}
div.csc-mailform li.csc-form-element-radio {
    margin-top: 15px;
    padding: 5px 12px;
    background-color: #eeeeee;
}
div.csc-mailform li.csc-form-element-radio input {
    margin-left: 0px;
}
div.csc-mailform li.csc-form-element-radio input[type="radio"]:checked {
    margin-left: 0px;
}
form label em {
  display: none;
}
.form-group {
  clear: both;
  margin-bottom: 15px;
}
.csc-form-element-radio {
  margin-bottom: 15px;
}
form label {
  display: inline-block;
}
input[type="text"], textarea {
  display: block;
  width: calc(100% - 30px);
  height: 20px;
  margin-bottom: 15px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div.csc-mailform textarea {
  resize: none;
  height: 80px;
}
input[type="submit"] {
  display: block;
  width: 100% - 180px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #dddddd;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form .message {
    position: absolute;
    margin-top: -17px;
    margin-left: 163px;
}

@media (min-width: 340px) {
  div.csc-mailform li.csc-form-element-radio label {
      width: calc(100% - 20px);
  }
  div.csc-mailform li.csc-form-element-radio {
      margin-top: 0px;
      padding: 0px;
      background-color: #ffffff;
  }
  div.csc-mailform li.csc-form-element-radio input[type="radio"]:checked {
      margin-left: 0px;
  }
}

@media (min-width: 768px) {
  div.csc-mailform li.csc-form-element-textarea label {
    margin-top: 5px;
    text-align: right;
    padding-right: 14px;
  }
  div.csc-mailform li.csc-form-element-textline label {
    margin-top: 5px;
    text-align: right;
    padding-right: 14px;
  }
  div.csc-mailform ol li.csc-form-element-textblock {
      margin-left: 173px;
      display: block;
      margin-bottom: 25px;
  }
  div.csc-mailform li.csc-form-element-radio input[type="radio"]:checked {
      margin-left: 174px;
  }
  div.csc-mailform li.csc-form-element-radio label {
      float: right;
      width: calc(100% - 200px);
      margin-right: 0px;
      vertical-align: baseline;
  }
  div.csc-mailform li.csc-form-element-radio input {
      margin-left: 174px;
      margin-right: 0px;
      vertical-align: baseline;
  }
  input[type="text"], textarea {
    width: calc(100% - 200px);
    margin-bottom: 15px;
    float: right;
  }
  input[type="submit"] {
    display: block;
    height: 34px;
    margin-bottom: 15px;
    margin-left: 174px;
  }
  form .message {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
  }
}