* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.november-class * {
	background: #f00 !important;
}

.december-class * {
	background: #0c0 !important;
}
