/* Hide the default checkbox */
input[type="checkbox"] {
	visibility: hidden;
}
