<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#clock{
	clear:both;
}
#clock .twrap{
	width: 60px;
	height: 70px;
	text-align:center;
	text-transform:uppercase;
	float:left;
	margin-right:10px;
}
#clock .days, #clock .hours, #clock .minutes, #clock .seconds{
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 2px #ccc;
	color: #999;
	font-size: 26px;
	line-height: 66px;
	position: relative;
	text-align: center;
	margin-bottom:5px;
}</pre></body></html>