#currentTime, #timerDisplay, #stopwatchDisplay {
    font-size: 24px;
    margin-bottom: 20px;
}
#stopwatchandtimer th{
    text-align:center;
}
stopwatch,timer{
    font-size:150%;
    margin:0 auto;
    /*margin-top:25%;*/
}
stopwatch button{
    /*font-size:100%;*/
}
stopwatch div, timer div{
    font-size:105%;
}
#timerStartTime, #timerEndTime{
    padding-left:1px;
}