<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">td small {
  font-size: 0.8em;
  color: #666;
}

.csr-container {
  max-width: 900px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  margin: 20px auto; /* â† this adds top &amp; bottom margin */
}

h1, h2 {
  text-align: center;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
}

input, select {
  width: 100%;
  padding: 6px;
  margin-top: 4px;
  box-sizing: border-box;
}

button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: #0056b3;
}

.csr-result {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

label {
  display: block;
  margin: 15px 0;
}
body {
    color: #647983;
    font-weight: 500; 
}
#custom-expense-container input,
#custom-expense-container button {
  width: auto;
  max-width: 300px; /* Adjust this value as needed */
  display: inline-block;
  margin-right: 10px;
}
</pre></body></html>