#char2::before {
	content: "M";
}
#char1::before {
	content: "A";
}
body.isPm #char1::before {
	content: "P";
}
body.noPeriod #char1 {
	visibility: hidden;
}
body.noPeriod #char2 {
	visibility: hidden;
}
body.noSeconds #digit1 {
	visibility: hidden;
}
body.noSeconds #digit2 {
	visibility: hidden;
}
body.noPeriod.noSeconds #char1 {
	display: none;
}
body.noPeriod.noSeconds #char2 {
	display: none;
}
body.noPeriod.noSeconds #digit1 {
	display: none;
}
body.noPeriod.noSeconds #digit2 {
	display: none;
}
#timeTable td {
	min-width: 100%;
}
#timeRow > table {
	width: 100%;
}
#digit1 {
	line-height: 0.9em; font-size: 46%; vertical-align: top;
}
#digit2 {
	line-height: 0.9em; font-size: 46%; vertical-align: top;
}
#char1 {
	line-height: 0.9em; font-size: 46%; vertical-align: top;
}
#char2 {
	line-height: 0.9em; font-size: 46%; vertical-align: top;
}
#digit1 {
	padding-bottom: 0.2em;
}
#digit2 {
	padding-bottom: 0.2em;
}
#char1 {
	padding-right: 0.05em; padding-left: 0.05em;
}
#char2 {
	padding-right: 0.05em; padding-left: 0.05em;
}
body:not(.noPeriod) #time {
	padding-right: 0.2em;
}
body:not(.noSeconds) #time {
	padding-right: 0.2em;
}
input[type='checkbox'] {
	background: rgb(41, 42, 45); border: 1px solid rgb(94, 96, 100); border-image: none; width: 28px; height: 16px; margin-right: 3px; position: relative; -webkit-appearance: none; -webkit-border-radius: 3px; -webkit-transition: all .5s;
}
input[type='checkbox']::after {
	background: rgb(145, 148, 157); left: 13px; top: 1px; width: 12px; height: 12px; display: block; position: absolute; content: " "; -webkit-border-radius: 2px; -webkit-transition: all .5s;
}
input[type='checkbox']:checked {
	border: 1px solid rgb(91, 164, 213); border-image: none; box-shadow: 0px 0px 5px #5ba4d5;
}
input[type='checkbox']:checked::after {
	background: rgb(91, 164, 213); left: 1px;
}
label {
	margin: 7px; display: inline-block;
}
label > * {
	margin: 2px;
}
label.pointerCursor {
	cursor: pointer !important;
}
label.pointerCursor > * {
	cursor: pointer !important;
}
label::before {
	width: 0px; height: 100%; content: " ";
}
label::before {
	vertical-align: middle; display: inline-block;
}
label > * {
	vertical-align: middle; display: inline-block;
}
input[type='color'] {
	padding: 0px; border: 0px currentColor; border-image: none; height: 16px;
}
*:not(input):not(a) {
	cursor: default; -moz-user-select: -moz-none; -webkit-user-select: none; user-select: none;
}
#date {
	opacity: 0.7;
}
#timeTable {
	cursor: pointer;
}
#timeTable * {
	cursor: pointer;
}
body {
	font-size: 0.9em;
}
#options {
	background: rgba(200, 200, 200, 0.7); padding: 0.8em 0px; width: 100%; text-shadow: none;
}
#options span {
	color: rgb(51, 51, 51);
}
.hoverEnabled#options:hover {
	transition:opacity 0.5s linear; -webkit-transition: opacity .5s linear; -moz-transition: opacity .5s linear; -o-transition: opacity .5s linear;
}
#options {
	transition:opacity 2s ease-in-out; -webkit-transition: opacity 2s ease-in-out; -moz-transition: opacity 2s ease-in-out; -o-transition: opacity 2s ease-in-out;
}
#options {
	top: 0px; position: fixed; z-index: 2; opacity: 0;
}
.hoverEnabled#options:hover {
	opacity: 1;
}
html {
	overflow: hidden;
}
body {
	font-family: Helvetica,Arial;
}
body {
	margin: 0px; padding: 0px; text-align: center;
}
html {
	margin: 0px; padding: 0px; text-align: center;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
table {
	border-spacing: 0;
}
table td {
	padding: 0px;
}
#content {
	margin: auto; height: 100%; text-align: center; vertical-align: middle; white-space: nowrap;
}
