 
      #tdinput {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;  
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px;
    width: 98px;    
}
      #micro{
          font-size:15px; margin-left:3px;
      }
      #lapresult{
          display: none;
      }  
      
   .stopwatch {
	padding: 12px;
	background: linear-gradient(top, #222, #444);
	overflow: hidden;
        width: 250px;
	display: inline-block;
	border: 7px solid #efefef;
	border-radius: 5px;
	position: relative;
	
	box-shadow: 
		inset 0 -2px 10px 1px rgba(0, 0, 0, 0.75), 
		0 5px 20px -10px rgba(0, 0, 0, 1);
}
.stopwatch span{
    font-size: 33px;
}
#timer_controls label {
    float: left;
    margin-right: 10px;
	cursor: pointer;
	padding: 5px 10px;
	background: #efefef;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	border-radius: 0 0 3px 3px;
}
                    