<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.keyboardInputMaster {
	position:absolute;
	color:#000000;
	background-color:#fff;
	text-align:left;
	z-index:1000000;
	width:auto;
	margin:0px;
	font:normal 12px Arial,sans-serif;
	line-height:1;
	border: 1px solid #afafaf;
}
.keyboardInputMedium{
  font:normal 12px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputSmall{
  font:normal 10px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputLarge{
  font:normal 14px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputXLarge{
  background-color:#dddddd;
  font:normal 24px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputMaster * {
  color:#000000;
  background:transparent;
  font:normal 100% Arial,sans-serif;
  margin:0px;
  padding:0px;
  border:0px none;
  outline:0px;
  vertical-align:baseline;
}

.keyboardInputMaster thead tr th {
  text-align:left;
  padding:0.27em 0.45em 0.18em 0.36em;
  background-color:inherit;
}
.keyboardInputMaster thead tr th select {
  margin-right:0.45em;
  border:1px inset #888888;
  background-color:#f6f6f6;
}
.keyboardInputMaster thead tr th label input {
  width:1.09em;
  height:1.09em;
  margin-right:0.45em;
  vertical-align:middle;
}
.keyboardInputMaster thead tr td {
  text-align:right;
  vertical-align:middle;
  padding:0.27em 0.36em 0.18em 0.45em;
}
.keyboardInputMaster thead tr td span {
	background-color:#d3d3d3;
	padding:.3em .7em;
	color:#333;
	border:1px solid #fff;
	font-weight:bold;
	cursor:pointer;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.keyboardInputMaster tbody tr td {
  text-align:left;
  padding:0px 0.36em 0.27em 0.36em;
}
.keyboardInputMaster tbody tr td div {
  text-align:center;
  /*position:relative;*/
  height:0px;
}

.keyboardInputMaster tbody tr td div.keyboardInputLayout {
  height:auto;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table {
  height:1.82em;
  white-space:nowrap;
  width:100%;
  border-collapse:separate;
  border-spacing:0px;
}

.keyboardInputMaster tbody tr td div.keyboardInputLayout table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td {
  text-align:center;
  vertical-align:middle;
  padding:.4em .7em;
  white-space:pre;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  background-color:#e8e8e8;
  cursor: pointer;
  min-width:.8em;
}


.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.last {
  width:99%;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.hl {
  background-color:#67b2e7;
  color: #fff;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.space {
  padding:0px 4.09em;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.alive {
  background-color:#C1DAEE;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.target {
  background-color:#ddddcc;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.hover {
  background-color:#cfcfcf;
}
.keyboardInputMaster thead tr td span.pressed,
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.pressed,
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.dead {
  background-color:#cccccc;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr.dayNames td {
	background-color:#808080;
	color:#FFF;
}

.keyboardInputMaster tbody tr td div var {
  position:absolute;
  bottom:0px;
  right:0px;
  font-weight:bold;
  font-style:italic;
  color:#444444;
}

.keyboardInputInitiator {
  margin-left:0.27em;
  vertical-align:top !important;
  cursor:pointer;
}

.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.timeDisplay {
	padding:0px 0.28em !important;
	font-size:160% !important;
	background-color: #f2f2f2;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.timeColon {
   padding:0.09em 0.09em !important;  
   background-color: #FFF;
   font-weight:bold;
}

.numDisplay {
   font-size:160% !important;
   padding:0px 0.28em !important;
   min-width:0.75em;
}
.zeroDisplay {
   padding:0px 0.90em !important;
   min-width:1.5em;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.blank {
	background-color:#FFF;
	padding:0;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr.monthYearControls td {
	background-color:#4d4d4d;
	color:#fff;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr.monthYearControls td.hover {
	color:#fff;
	background: #808080;
}
span#dateInputClear:hover,
span#timeInputClear:hover,
span#numPadInputClear:hover,
span#keyboardInputClear:hover {
	background-color:#DA6A6A;
	color:#fff;
}
span#dateInputClose:hover,
span#timeInputClose:hover,
span#knumPadInputClose:hover,
span#keyboardInputClose:hover {
	background-color:#333;
	color:#fff;
}

.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.increase,
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.decrease {
	font-size: 1.5em;
	padding: 0em;
	color:#FFF;
	background-color:#808080;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.increase.hover,
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.decrease.hover {
	font-size: 1.5em;
	padding: 0em;
	color:#FFF;
	background: #999;
}
</pre></body></html>