.checklistLabel {
	vertical-align: top !important;
}

.checklist {
	display: inline-block !important;
}

.red {
	color: #ff0000;
	font-weight:bold;
}

span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.question:hover { background-color: #3D6199; }
div.tooltip {
  background-color: #3D6199;
  color: White;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
}
div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: -6px;
}
div.tooltip p {
  margin: 10px;
  color: White;
}
.error span {
  float: right;
}
.pure-form fieldset {
  margin: 1em auto;
}
.pure-form legend {
  margin-left: 1em;
  padding: .3em;
  width: auto;
}
.radioLabel.ceremonyLabel {
  /*width: 90% !important;*/
  padding-bottom: .5em !important;
  font-weight: normal !important;
  vertical-align: top !important;
}
.submitButton {
  margin-bottom: 1.2em;
}
.Submit {
  background-color: #022851 !important;
  border-radius: 10px;
  color: #fff !important;
  font-weight: bold !important;
  padding: 1em 0 !important;
  /* margin: 0 1.5em !important; */
  width: 100%;
}
.Submit:hover {
  background-color: #355B85 !important;
}
.SubmitWarning {
  background-color: #C10230 !important;
  border-radius: 10px;
  color: #fff !important;
  font-weight: bold !important;
  padding: 1em 0 !important;
  width: 100%;
}
.submitText {
  padding-left: 1em;
  vertical-align: middle;
}
.NoSubmit, .NoSubmit:hover {
  background-color: #ccc !important;
  border-radius: 10px;
  color: #fff !important;
  font-weight: bold !important;
  padding: 1em 0 !important;
  /* margin: 0 1.5em !important; */
  width: 100%;
}
@media only screen and (max-width: 480px) {
  ._simpleform1 {
    margin: 0;
    padding: 0;
  }
  ._simpleform1 fieldset {
    border-top: solid .15em #B2BDCF !important;
    border-right: none !important;
    /* border-bottom: none !important; */
    border-left: none !important;
  }
  p {
    margin: 1em 5px !important;
    padding: 0 !important;
  }
  .pure-form-aligned .pure-control-group label {
    width: 100%;
  }
  .radioLabel {
    display: inline-block !important;
  }
  .radioLabel.ceremonyLabel {
    width: 80% !important;
  }
  li.ui-tabs-tab {
    border-bottom: solid 1px #022851 !important;
    width: 100%;
  }
}