Today I worked through refactoring my CSS and just submitted it for review. I did a major refactoring to how my selectors were structured. I originally had most of the selectors nested in each other and quickly learned that is not best because it can make it fairly difficult to over-write rules. I also refactored how my checkboxes had been styled. Rob showed me a more practical method for creating custom checkboxes by using the `for` attribute on the `label` element and hiding the actual checkbox.
Tomorrow I hope to take of any additional refactoring that needs to be done and then move on to working on the widget portion of the styling curriculum.