.form-field.qodef-hide {
	display: none;
}

.form-field.qodef-table-row {
	display: table-row;
}

.qodef-tax-checkbox-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	clear: both;
	margin: 0 0 -15px;
}

.qodef-tax-checkbox-item {
	float: left;
	padding: 0;
	margin: 10px 0;
	text-align: left;
	width: 25%;
	box-sizing: border-box;
}

.qodef-tax-checkbox-item.qodef-hide {
	display: none;
}

@media only screen and (max-width: 1440px) {
	
	.qodef-tax-checkbox-item {
		width: 33.33333333333333%;
	}
}

@media only screen and (max-width: 1024px) {
	
	.qodef-tax-checkbox-item {
		width: 50%;
	}
}

.qodef-tax-checkbox-item label {
	display: inline-block;
	padding: 0;
}