
/* CSS Document */
/***** clock****/

.weekDate{
        position: absolute;
    width: 100%;
    height: 5.2vw;
    top: 2.76vw;
    /* right: 1.92vw; */
    font-size: 0.93vw;
    letter-spacing: 0.02vw;
    text-align: center;
    left: 0;
}

.timeUpperRightPM{
    font-size: 0.78vw !important;
    top: 1.56vw !important;
    right: -3vw;
    text-align: right;
    position: absolute;
    width: 5.2vw;
    height: 5.2vw;
    display: block;
   
}

.timeUpperRight{
    font-size: 2.34vw !important;
    top: 0px !important;
    right: -1.2vw;
    text-align: right;
    position: absolute;
    /*width: 6.77vw;*/
    height: 5.2vw;
   
}

.clockContainer{
    position: relative;
    margin: 0.52vw;
	margin-top: 1vw;
    
}

/* . weather .  */
.weatherTemp{
   font-size: 2.34vw !important;
    top: 0px !important;
    right: 1.56vw;
    text-align: right;
    position: absolute;
    width: 6.77vw;
    height: 5.2vw;
}
.weatherSky{
    position: absolute;
    width: 5.20vw;
    height: 5.20vw;
    top: 2.76vw;
    right: 0.93vw;
    font-size: 0.93vw;
    letter-spacing: 0.02vw;
    text-align: center;
}
.weatherDegre{
        font-size: 0.78vw !important;
    top: 1.51vw !important;
    right: 1.66vw;
    text-align: right;
    position: absolute;
    width: 3.17vw;
    height: 5.2vw;
    display: block;
}


