
#createForm ul{
  margin-top: .5em;
}
#createForm ul li{
  list-style: none;
  line-height: 1;
}
#createForm fieldset{
  border: 1px solid #ddd;
  padding: 2em;
  margin: 2em auto 0;
  position: relative;
}
#createForm div{
  position: relative;
}
#createForm .label.placeholder{
  font-size: .75rem;
  top: 0;
  transform: translate(0, 45%);
}
#createForm p{
  margin: 0;
}
#createForm .member_guest{
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}
#createForm label{
  line-height: 1.5; 
}
#createForm input[type="radio"],
#createForm input[type="checkbox"]{
  margin: 0 1em 0 0;
}
#createForm input[type="text"],
#createForm input[type="email"]{
  border: 1px solid #aaa;
  box-shadow: none;
  height: 55px;
  display: block;
  margin: 0; 
}
#createForm input:not([type="submit"]):focus{
  border: 1px solid #007ac2;
}
#createForm sup{
  color: red;
}
#createForm fieldset h2{
  position: absolute;
  top: 0;
  left: 1em;
  background: #fff;
  display: inline-block;
  padding: .5em 1em;
  transform: translate(0%, -50%);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
#createForm input[type="submit"]{
  display: inline-block;
  padding: .5em 2em;
  background: #007ac2;
  color: #fff;
  border-radius: 10px;
  border: 0;
  box-shadow: 0;
  margin: 1em auto 0;
  font-size: 1.5rem;
}
.workshops-container{
  padding-left: 2em;
  border-left: 1px solid #ddd;
  margin-left: 1em;
}

#createForm #emailError{
  position: absolute;
   bottom: -5px;
 }
 #createForm select{
  margin: 0;
 }
 #createForm .field-container{
  margin-bottom: 10px;
 }
 #createForm .field-container ul,
 #createForm .field-container ul li:last-child{
  margin-bottom: 0;
 }
 #createForm .field-container ul + .error-message{
  margin-left: 1.25rem;
 }
 #createForm .error-message{
  color: #970000;
  background-color: #ffebee; 
  border: 1px solid #970000;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
  font-size: .75rem;
  text-transform: uppercase;
  width: 200px;
  max-width: 100%;
}
 #createForm .error-message.show-error{
  display: block;
 }

 #createForm .ratings-table{
  width: 100%;
  padding: 0;
  border: 1px solid #ddd;
  width: 100%;
  min-width: 800px;
  margin: 1em 0 0;
}
#createForm .ratings-table th{
  text-align: left;
  padding: 1em;
  text-align: center;
}
#createForm .ratings-table th:first-child{
  width: 250px;
}
#createForm .ratings-table input{
  margin: 0;
}
#createForm .ratings-table-container{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 1em 0 1em 1.25em;
  table-layout: fixed;
}
#createForm .ratings-table th span{
  display: block;
  font-size: .75em;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
}
#createForm .ratings-table td:first-child{
  padding: 1em;
}
#createForm .ratings-table td{
  text-align: center;
}
#createForm .ratings-table td label{
  display: block;
  padding: 1em;
  width: 100%;
}
#createForm .ratings-table td:first-child{
  text-align: left;
}
#createForm .ratings-table tr:nth-child(odd){
  background: #f9f9f9;
}
#createForm .ratings-table tr:nth-child(even){
  background: #fff;
}
#createForm .nightout_details{
  padding-left: 1em;
  margin-left: 1em;
}