.countdown_number{
	font-size: min(90px, 12vw);
	line-height: 1.3em;
}

.countdown_container{
	display: inline-block;
	font-family: "NUG",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	text-align: center;
}

.time_uom{
	font-size: min(25px, 3vw);
	line-height: 27px;
	font-weight: 300;
}

.countdown_wrapper{
	float: left;
}

.countdown_wrapper:not(:first-of-type){
	padding-left: 6em;
}

@media only screen and (max-width: 600px) {
	.countdown_wrapper:not(:first-of-type){
		padding-left: 2.2em;
	}
}