<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.time-label {
	font-weight: bold;
	font-size: 150%;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles &gt; div {
    position: absolute;
    text-align: center;
}
.time_circles &gt; div &gt; h4 {
    cursor: default;
	margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}
.time_circles &gt; div &gt; span {
    cursor: default;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}
</pre></body></html>