@charset "utf-8";

body {
	margin: 20px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	margin: 10px;
}

.date {
	display: inline-block;
	margin: 10px;
	border: thin solid grey;
	border-radius: 5px;
	text-align: center;
}

#year {
	width: 88px;
	font-size: 36px;
	font-weight: bold;
	margin-right: 9px;
}

#month {
	width: 74px;
	font-size: 36px;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}

#day {
	width: 48px;
	font-size: 36px;
	font-weight: bold;
	margin-left: 9px;
}

#weekday {
	display: none;
}

#time {
	display: none;
	width: 240px;
	margin: 10px;
	border: thin solid grey;
	border-radius: 10px;
}

#hhmm {
	font-size: 70px;
	font-weight: normal;
}

#ss {
	font-size: 40px;
	font-weight: normal;
}

#clock {
	display: block;
	border: thin solid grey;
	border-radius: 10px;
	margin: 20px 10px;
}

#control {
	position:relative;
	top: 20px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

#slider {
	margin: 20px 0;
	width: 240px !important;
}

#origin {
	margin: 16px 0;
}

#datepicker {
	border: thin solid grey;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#footer {
	margin: 30px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}