<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Mimic the view of KVBootstrap 1.6
 */

.KVBootstrap-tb {
    padding-top: 10px;
	padding-bottom: 10px;
}

.KVBootstrap-tb div.newthread {
    text-align:right;
}

.KVBootstrap-tb table.items {
	border-color: #909090;
}

.KVBootstrap-tb table.items th.preheader {
	text-align: center;
	background-color: #909090;
	color: #eee;
	vertical-align: middle;
}

.KVBootstrap-tb table.items th.preheader a {
    color:white;
}

.KVBootstrap-tb table.items a {
    text-decoration:none;
}
.KVBootstrap-tb table.items a:hover {
    text-decoration: underline;
}

.KVBootstrap-tb table.items th,
.KVBootstrap-tb table.items td
{
    padding:.3em;
	border-color: #909090;
}

.KVBootstrap-tb table.items th {
	background-color: #F3F3F3; 
}
.KVBootstrap-tb table.items td {
	background-color: white;
    vertical-align: top;
}

.KVBootstrap-tb table.items td.extrarow {
    background-color:rgb(229, 229, 229);
    font-weight: bold;
}

.KVBootstrap-tb table.items tr.odd {
    background-color: none repeat scroll 0% 0% rgb(245, 245, 245);
}

.KVBootstrap-tb table.items tr.even {
    background-color: none repeat scroll 0% 0% rgb(239, 239, 239);
}


.KVBootstrap-tb table.items div.name {
    margin:2px 0;
    font-weight:bold;
}
.KVBootstrap-tb table.items div.level2 {
}
.KVBootstrap-tb table.items div.level3 {
    margin-top:3px;
    font-size:11px;
}
</pre></body></html>