
/*SMALLEST*/ 

@media only screen 
and (max-width : 400px) {

    /* strong glow for labels because the hang into dark areas */
    label {
        /*text-shadow: 0 0 2px rgba(255,255,255,.5), 1px 1px 1px rgba(255,255,255,.5)*/
    }
    
    #boxTime{
    margin: 50px auto 45px auto;
}
    

}


@media(min-height:768px){
    .footer {bottom: 23px}
}




