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

table.t-data-grid thead tr th {
	border:1px solid #DDDDDD;
}

table.t-data-grid tr th a {
   color:#990033;
}

table.t-data-grid tbody tr td {
   border:1px solid #DDDDDD;
   padding:4px 12px;
}

div.t-beaneditor {
   background: none;
   border: none;
   font-family: inherit;
   padding: none;
}
</pre></body></html>