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