* {
	font-family: Garamond, Times, Serif;
}
fieldset { margin: 0.5em; }
label {	margin-right: 1em; }

input { width: 3em; }
.ellapsedTime { margin-left: 1em; color: grey; text-decoration: italic; }

#timeboxes { width: 100%; text-align: center; }
.bigFont { font-size: 4em; }
.block { margin: 0.5em; display: block; border:1px solid black; }

.activityButton { background-color: #96D99A; border: 1px solid green; }
.counting { background-color: #DF5F5F; }

.timeIsOk { background-color: #96D99A; }
.timeIsSoonOver { background-color: #E69129; }
.timeIsOver { background-color: #DF5F5F; }

#footer {	padding-top: 10px; width: 100%;	text-align: center;	font-size: xx-small; }

