/*
	Description: This is the Stylesheet for the Countdown
	Version: 2.0.0
	Author: Martin Neitz
	Author URI: https://www.kongress-suite.com/kontakt/
	License: Martin Neitz
*/


/*----------------------------------------------------------------------------*/
/*  Countdown                                                                 */
/*----------------------------------------------------------------------------*/

.vivo_timer_header { text-align: center; }
.vivo_timer_outer  { position: relative; left:  50%; float: left; }
.vivo_timer_inner  { position: relative; left: -50%; float: left; }

.vivo_timer { display: inline-block; }

.vivo_tmr_year,
.vivo_tmr_month,
.vivo_tmr_week,
.vivo_tmr_day,
.vivo_tmr_hour,
.vivo_tmr_minute,
.vivo_tmr_second {
    display: inline-block;
    border: 1px solid red;
    float: left;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
}
