H1, H2, H3, H4 {
	/* font-family: Verdana, Arial, sans-serif; */
	font-family: Arial, sans-serif;
}
TD {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
}
SELECT {
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
INPUT {
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
P {
	font-family: Arial, sans-serif;
}
P.breakhere {
	font-family: Arial, sans-serif;
	page-break-before: always;
}
img {
	vertical-align: middle;
}
.timer {
   visibility: hidden;
   text-align: center;
   background-color: black;
   font-family: Arial;
   font-weight: bold;
   border: 2px outset;
   border-left: 2px outset darkgray;
   border-top: 2px outset darkgray;
}

.timer_pad {
   padding: 10px;
}

.digits {
   margin-top: 10px;
   color: chartreuse;
   font-size: 30pt;
   font-family: Verdana;
}

.title {
   color: white;   
   font-size: 14pt;
}

.hours, .minutes, .seconds {
   margin-left: 3px;
}

.hours, .minutes {
   margin-right: 5px;
}

.field_cont {
   margin-top: 15px;
}

.field {
   color: yellow;
}

.btn_cont {
   margin-top: 20px;
}

.start, .pause, .resume {
   margin-right: 5px;
}

