<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* overrides for TiddlyWiki */

body {
	background:url(../images/tw-bg.gif) repeat-x top left !important; 
	padding:0;
	margin:0;
}

div.title { 
	margin:0;
	padding:0;
	line-height:20px;
}

div.toolbar { margin-bottom:1em; }

div.toolbar a.button {
background-color:#eee;
}

div.toolbar a.button:hover {
background-color:#666;
}

div.toolbar a.button, div.toolbar a.button:hover {
margin:0.25em;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #999;
border-right:1px solid #999;
font-size:1.25em;
padding:0 0.5em;
color:black;
}



#backstageButton, #backstageArea {
display:none !important;

}

div.messageToolbar {
font-size:1em;
}

#sidebar {
/*display:block!important;*/
}

/* Styles for Notes Page */

#open, #close{
	cursor:pointer;
	margin:0.25em;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	font-weight:bold;	
	padding:0 0.5em;
	background-color:#ffc;
}

#open:hover, #close:hover{
	background: #ffc;
}
#open{
	float:right;

}

#close{
	float:left;
	margin-left: 70%;
	display:none;
}

body#frames{
	background:url(../images/tw-bg.gif) repeat-x top left fixed;
}

/* overrides for TiddlyWiki */

body.tw {
	background:#ddd url(../images/tw-bg.gif) repeat-x top left !important; 
	padding:0;
	margin:0 0.5em;
	font-size:9pt;
}

body.tw div.title { 
	margin:0;
	padding:0;
	line-height:20px;

}
body.tw div.editor { margin-bottom:1em; }

body.tw div.toolbar {}

body.tw div.toolbar a.button {
background-color:#eee;
}

body.tw div.toolbar a.button:hover {
background-color:#ff9;
}

body.tw div.toolbar a.button, div.toolbar a.button:hover {
border-top:2px solid #ccc;
border-left:2px solid #ccc;
border-bottom:2px solid #999;
border-right:2px solid #999;
padding:0.25em;
}



body.tw #backstageButton, body.tw #backstageArea {
display:none !important;

}

body.tw div.messageToolbar {
}

body.tw #sidebar {
/*display:block!important;*/
}

body.tw #formatNotes {
float:left;
position:relative;
top: -5em;
left: 0em;
}

body.tw #formatNotes a {
color:blue;
}

body.tw #printMsg {
}

/* TW widget appearances */
#messageArea {
	border: 1px solid #fc0;
	background: #ffc;
	width:75%;
	padding-right:6em;
}

#messageArea a:hover { }

#messageArea .button{
	float:right;
	background-color: #eee;
	color: #000;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	padding: 0.25em;
}

#messageArea .button:hover {
	background: #ff9;
}

p.disclaimer{
	border-top:1px solid #aaa;
	clear:both;
	font-size: .75em;
	padding-top: .5em;
}

div#formatNotes{
	margin-top:1em;
}</pre></body></html>