ol li
{
	line-height:2em;
	font-size:1.5em;	
}
td.padding-right-tight {
    padding-right: 0px !important;
}
td.padding-left-tight {
    padding-left: 0px !important;
}

.card { min-height: 295px; }

code {
    color: black !important;          /* Forces black text */
    background-color: #f5f5f5;        /* Light gray bg for contrast (optional) */
    padding: 2px 4px;                 /* Small padding for nice look */
    border-radius: 3px;               /* Rounded corners */
    font-family: 'Courier New', monospace; /* Keeps monospace font */
  }