#txtDate,
#txtHour,
#txtMin { text-align: center; }
#txtMin { border-left-width: 0; border-right-width: 0; }

h1 {
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
}

ul2 li { margin: 2px 0; }
ul > li { font-size: 18px; font-weight: bold; color: rgba(0,0,0,0.4); }
ul li #txtDate { border-bottom-width: 0; }

table {
	margin: 0 auto;
	width: 600px;
	text-align: center;
}
table th { border-bottom: 1px solid #808080; }
table th:first-child { width: 40px; }
table th:nth-child(2),
table th:nth-child(3) { width: 100px; }
table th:nth-child(4) { width: 150px; }
table td:last-child { text-align: left; }

