/* Forms */

.focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

.form-actions{
  margin-bottom: 4em;
}

.form-item {
  margin: 0 !important;
}

.webform-client-form-20 .form-item, .webform-client-form-20 .form-actions {
  display: none;
}

.legal{
	font-size: 11px;
}

.legal label{
display: table;
	margin: 0 20px 10px;
}

.legal input[type="checkbox"]{
	position: absolute;
}