.tm-time {
	font-family: Arial, sans-serif;
	color: #333;
}

.tm-timer-text {
	font-size: 16px;
	margin-bottom: 5px;
}

.tm-first-my {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}

.tm-result {
	display: inline-block;
	margin-right: 10px;
}

.tm-result-day, .tm-result-hour, .tm-result-minute, .tm-result-second {
	font-size: 20px;
	font-weight: bold;
}