<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.clearborder { 
    border:none;
}

/* for &lt;table border=0 cellspacing=0 cellpadding=0&gt;*/
table {
    border:0; 
    border-spacing:0px; 
    border-collapse:collapse;
}
th, td {
    padding:0px;
}

/* table size fixed */
td.alarm_out {
    width:52px;
    height:20px;
}

td.calendar {
	width:27px;
	height:18px;
}
a {
	font-size:12px;
	font-family:arial;
}

a:link {
	text-decoration:none;
	color:#282828;
}
a:visited {
	text-decoration:none;
	color:#282828;
}
a:hover {
	text-decoration:none;
	color:#01B3C8;
}
a:active {
	text-decoration:none;
	color:#282828;
}

.goto_input {
	width:100px;
	border:1px solid #989898; 
	background-color:#E8E8E8;
}</pre></body></html>