#timer 
{
    /*font-size: 24pt;*/
    font-weight: bold;
    font-family: verdana, arial;
    background-color: black;
    color: white;
    font-size: 1.3rem;
    padding: 4px;
}

#timer.transition 
{
    color: lightgreen;
}

#timer.transition 
{
    color: lightgreen;
}

#timer.warning60
{
    color: red;
}

#timer
{
    position: fixed;
    right:  5px;
    bottom: 5px;
    background-color: #444;
}    

