/* This stylesheet is used to style the public-facing components of the plugin. */
.select select {
	padding: 15px;
    border-radius: 3px;
    font-size: 14px;
}

.wc-ive-registration-fields input[type=text] {
    border-radius: 3px;
    padding: 4px 8px
}

.wc-ive-registration-fields tr.off {
	display: none;
}
.wc-ive-registration-fields tr.on {
	display: block;
}
