@CHARSET "UTF-8";

form.dp div.dp_checkbox input[type="checkbox"] {
	margin-left: 0px;
}

form.dp input[type="submit"] {
	font-size: large;
}

form.dp legend {
	font-size: large;
}

form.dp div.dp_checkbox label {
	width: 90%;
}

@media only screen and (max-width : 767px) {
	form.dp div.dp_checkbox label, form.dp label.radio {
		width: 80% !important;
	}
	form.dp input.inline {
		clear: left;
	}
	form.dp input.inline.dp_other_amount {
		clear: none;
	}
	form.dp textarea {
		width: 200px !important;
	}
	div.radiogroup {
		width: 100%;
	}
}

form.dp div.dp_checkbox input[type="checkbox"] {
  width: 20px!important;
}
input[type="radio"], input[type="checkbox"] {

  height: 15px !important;
}