After starting 3.1:8b, I said "how to hide browser default styling for checkbox" It gave a long winded answer, then hallucinated aria attributes in CSS, but in there I found the tidbit I was looking for: `appearance: none`. To hide the browser's default styling for a checkbox, you need to use the following properties in your CSS: input [type= "checkbox" ] { appearance: none; -moz-appearance: none; } 8640000 milliseconds in 10 days (864000 milliseconds/day x 10 days) Therefore, 10 days is equal to 8,640,000 milliseconds.