.sticky-notice {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 9999;
	
	padding: 24px;
	text-align: center;
	font-weight: 400;
}

body.admin-bar .sticky-notice {
	top: 32px; 
}

#countdown-timer {
	display: inline-block;

	span {
		font-weight: 600;
	}	
}