/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-jun-2016, 16:07:19
    Author     : colaborador01-ui
*/

#date, #date_xs {
    height: 64px;
    background-color: #af3809;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 10px;
    color: WHITE;
    font-family: adineue_pro_bold;
    font-size: 26px;
    line-height: 70px;
}

#clock, #clock_xs {
    height: 130px;
    background-color: #444;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
    font-size: 40px;
    font-family: adineue_pro_black;
}

#live_clock, #live_clock_xs {
    padding-top: 30px;
}

.ds-lima42k .ds-element {
    float: left;
    text-align: center;
    border-right: 1px solid #dedede;
    padding: 7px 17px;
}

.ds-lima42k .ds-element-title {
    font-size: 0.8em;
    /* text-transform: lowercase; */
    text-transform: uppercase;
    font-family: adihausbold;
    font-size: 23px;
    color: #1b95aa;
}

.ds-lima42k .ds-element-value {
    /* font-size: 2.5em; */
    /* color: #000; */
}

.dsCountDown.ds-lima42k > .ds-element.ds-element-seconds {
    border-right: 0;
}