.ct_timer, .ct_timer2 {
   visibility: hidden;
   background: black;
   font-family: Arial;
   border: 2px outset;
   border-left: 2px outset darkgray;
   border-top: 2px outset darkgray;
}

.ct_timer_pad {
   padding: .5em;
}

.ct_timer2 {
  border: 2px outset ThreeDDarkShadow;
  border-left: 2px outset ThreeDLightShadow;
  border-top: 2px outset ThreeDLightShadow;  
  background: whitesmoke;
}

.ct_digits, .ct_digits2 {
   color: chartreuse;
   margin-top: 15px;
   font-size: 30pt;
   font-family: Verdana;
   font-weight: bold;
}

.ct_digits2 {
   color: blue;
}

.ct_title, .ct_title2 {
   font-weight: bold;   
}

.ct_title {
   color: white;
}

.ct_hours, .ct_minutes, .ct_seconds {
   margin-left: 3px;
}

.ct_hours, .ct_minutes {
   margin-right: 5px;
}

.ct_field_cont {
   margin-top: 15px;
}

.ct_field {
   color: yellow;
}

.ct_btn_cont {
   margin-top: 20px;
}

.ct_start, .ct_pause, .ct_resume {
   margin-right: 5px;
}