body {
	padding: 20px;
	color: #000;
    background-color: #fff;
}

.form-custom button {
	background-color: #222;
	color: #fff;
}

.form-custom a {
	color: #000;
}

.form-custom label {
	font-weight: bold;
	margin-top: 20px;
}

label.pure-radio, label.pure-checkbox {
	font-weight: 100 !important;
}