/* jQuery Countdown styles 2.0.0. */
#cutOffCountdown {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.countdown {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px;
	margin-bottom:1rem;
}

#cutOffCountdown .countdown-section { float: left; line-height: 1; color:#445465; font-weight: 700; text-transform: uppercase;}
#cutOffCountdown .countdown-amount { display: block; margin-right: 5px; background: #fff; width: 90%; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 200%; margin: auto; }
#cutOffCountdown .countdown-period {padding-top:12px; display: block;}

.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: inline-block;
	font-size: 0.8rem;
	text-align: center;
}

.countdown-descr {
	display: block;
	width: 100%;
}

.countdown-header { /*background: url('../images/time.png') no-repeat left center; padding: 0 0 0 30px; */ margin-bottom: 1.5em; }

.p-schedule-wrapper {
display: inline-block;
clear: both;
width: 222px;
line-height: 1;
font-size: 1.2em;
background-color: #FFF;
padding: 10px;
    border-radius: 3px;
    text-align: center;
    margin:0;
    width:100%;
}

.p-schedule-head {
float: left;
}

.p-schedule-date {
float: right;
}

.link_graphic p{
	color:#FFF;
	text-align:center;
	margin:0;
}

span.countdown-period{
	color:#FFF;
}
/* 29-04-2019 MM: Added so that on a nested products setup spacing is added between the scheduler and the summary */ 
.summary_column .countdown {
    margin-bottom: 1.5rem;
}