.bodyActive {
	transition: background-color 0s;
}
.bodyOverdue {
	transition: background-color 2s;
}
		h1 {
			transition: box-shadow 0.2s, transform 0.2s, opacity 0.5s, color 0.5s, background-color 0.5s;
		}


		#mainDiv {
      transition: color 0.5s, background-color 0.5s;
		}

/* 		#clockDiv {
			transition: height 0.5s, opacity 0.5s;
		} */


		
		#timerUndo {
			transition: opacity 0.5s, transform 0.5s;
		}
		
		#emailShade {
			transition: opacity 0.5s;
		}
		
		
		#emailPopup {
			transition: box-shadow 0.2s, transform 0.5s, opacity 0.4s, color 0.5s, background-color 0.5s;
		}
		
		
		#emailSettings {
      transition: color 0.5s, background-color 0.5s;
		}
		
		
		#emailInput {
      transition: color 0.5s, background-color 0.5s;
		}
		
		#emailInput:focus {
			outline: none;
			
		}
		
		
		.emailSettingsCheckbox {
			padding-left: 2em;
		}
		
		.settingsButton {
			transition: box-shadow 0.2s, transform 0.2s, opacity 1s, color 0.5s, background-color 0.5s;
		}
		

		
		
		
		
	