body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
}

.page {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1;
}

header {
	text-align: center;
}

.logo {
	width: 420px;
	height: auto;
	margin-top: 25px;
	font-family: monospace;
}

h4 {
	margin-top: 10px;
}

/* ################################ Countdown ############################### */
@keyframes blinker {
	50% {
		opacity: 0;
	}
}

sup {
	animation: blinker 2s linear infinite;
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -.5em;
	vertical-align: baseline;
	color: #00C389;
}

label {
	display: inline-block;
	font-weight: 700;
	min-width: 140px;
}

.bigger1 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000000;
}

.bigger2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #00C389;
	font-family: monospace;
}

.field {
	padding-bottom: 10px;
	text-align: center;
}

.field.round-row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: nowrap;
}

.field.round-row #roundpercentage {
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
	font-family: monospace;
}

#epoch-round-widget .value {
	font-family: monospace;
	font-weight: bold;
	margin-left: -6px;
}

#epoch-round-widget {
	padding: 15px;
	background: #F5F5F5;
	border-radius: 4px;
	width: 520px;
	margin: 0px auto 10px auto;
	font-family: Arial;
	#box-shadow: 0px 0px 30px #888;
	#box-shadow: 10px 10px 5px #aaaaaa;
	box-shadow: 5px 5px #ffb300, 10px 10px red, 15px 15px green;
}

.bar,
.progress {
	border-radius: 5px;
}

.bar {
	background-color: #000000;
	min-height: 4px;
	width: 100%;
}

.progress {
	background-color: #00C389;
	min-height: 10px;
	transition: width 0.8s ease;
}

/* ########################################################### */

.price {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	background: #F5F5F5;
	border-radius: 4px;
	width: 210px;
	margin: 0px auto 0px auto;
	font-family: Arial;
	#box-shadow: 0px 0px 10px #888;
	box-shadow: 10px 10px 5px #aaaaaa;
	#box-shadow: 5px 5px #ffb300, 10px 10px red, 15px 15px green;
}

.price div {
	display: flex;
	justify-content: center;
	font-family: monospace;
}

.price-value {
	font-weight: bold;
	font-size: 13px;
}

.price-row {
	display: inline-flex;
	align-items: baseline;
	gap: 0.5rem;
	margin-top: 5px;	
}

.price-row .sep { 
	opacity: 0.6;
}

.content {
	display: flex;
	justify-content: center;
	font-family: monospace;
	width: 100%;
	background: #F5F5F5;
}

.footer-before {
	width: 100%;
	display: flex;
	justify-content: center;
}

.footer-before pre {
	background: #F5F5F5;
	border-radius: 4px;
	padding: 6px;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	box-shadow: 10px 10px 5px #aaaaaa;
}

footer {
	background: #F5F5F5;
	display: flex;
	justify-content: center;
	z-index: 9999;
}
