<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LM CHANGES ON CM */

#changeLenderSection {
	font-family: 'Bitter',Georgia, serif;
}
#changeLenderSection h1 {
	font-size:36px;
	margin-left:20px;
	font-weight: normal;
	}
#changeLenderSection h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.lmChangeTitle {
	font-family: 'Bitter',Georgia, serif;
	font-size:24px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.deltasTable {margin-bottom: 20px; border-collapse: collapse;}
.deltasTable del {
	text-decoration: line-through; background: #CCC;
}
.deltasTable ins {
	background: #FDFD74;
	text-decoration: none;
}
.deltasTable td {
	line-height: 1.7em;
}
td.question {
	padding:10px 10px;
	background: #ececec;
	vertical-align: text-top;
}
td.orig {
	padding:10px 20px 10px 10px;
}
td.new {
	padding:10px 10px 10px 0;
}
#changesListTable {
	font-family: Tahoma,Garuda,sans-serif;
	font-size: 13px;
	color:#666;
}

#changesListTable tr.selected td {
    background: lightblue;
}

#changesListTable thead td,
#changesListTable thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color:#333;
}
#changesListTable td, .deltasTable td {
	padding:10px 5px;
	border:1px solid #CCC;
}
.changes-related-to a {
	color:#666;
	line-height: 1.4em;
}
.changes-related-to a:hover {
	color:#f7ad1a;
}
td.changes-date {
	padding-right: 20px !important;
}
</pre></body></html>