.wj_form {
	margin-bottom: 70px;
}

.wj_form label.check {
	display: none !important;
}

.wj_form label {
	color: #222 !important;
	padding-left: 10px;
}

.wj_form label.checkbox-label {
	cursor: pointer;
}

.wj_form small {
	color: red !important;
}

.wj_form i {
	display: block;
	font-size: 80%;
	padding-left: 10px;
}

.application_address .states, .application_address .jobs, .others .runtime, .orga .billing{
	margin-top: 40px;
}

.application_address .states_subtitle, .application_address .statebox {
	padding-left: 10px;
}

@media only screen and (min-width: 691px) {
	.application_address .states .statebox, .application_address .jobs .statebox {
		width: 50%;
		display: inline-block;
		box-sizing: border-box;
	}
}

.headline-fieldset {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.statebox{
	position: relative;
}

.statebox input[type="checkbox"]{
	position: absolute;
	top: 4px;
}

.statebox input[type="checkbox"]+label{
	padding-left: 22px;
	display: block;
}