<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table td, table th {
  border: 1px solid #ddd;
  padding: 3px;
}

table tr:not(.head) th {
  font-size:14px ;
  text-align: left;
  background-color: var(--tsagaanSaaral);
  color: rgb(34, 34, 34);
}

tr.head &gt; th {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: rgb(194, 194, 194);
}

form button {
  background-color: #586067;
  border: 3px solid transparent;
  width: fit-content;
  color: white;
  padding: 13px 70px 13px 70px;
  border-radius: 70px;
}

form button:hover {
  background-color:#383f46;
  color:#fff;
}
</pre></body></html>