/* CSS Document */
.champs {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font:bold;
	height:20x;
	text-decoration: none;
	}
.timer {
   visibility: hidden;
   text-align: center;
   background: black;
   font-family: Arial;
   font-weight: bold;
   border-bottom: 6px ridge #CCCCCC;
   border-right: 6px ridge #CCCCCC;
}

.timer_pad {
   padding: 2px;
}

.digits {
   margin-top: 5px;
   color: chartreuse;
   letter-spacing:.6em;
   font-size: 14pt;
   font-family: "Liquid Crystal II";
  
}

.title {
   color: white;
   letter-spacing:.9em;
   font-size:10px;
   font:bold; 
}

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

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

.field_cont {
   margin-top: 2px;
}

.field {
   color: yellow;
   font-size:10px;
   letter-spacing:.2em;
}

.btn_cont {
   margin-top: 10px;
}

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


