/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
  font-family: verdana, sans-serif;
  /* Font size for mobile (18px) is the default */
  font-size: 20px;
}

/* Optional: You can still define specific styles for other elements if needed. */
td {
  vertical-align: top;
  /* Keep td font size consistent with the body on mobile */
  font-size: 20px;
}

/* Media query for screens 768px and wider (desktops) */
@media (min-width: 768px) {
  body {
    /* Override font size for desktop (14px) */
    font-size: 16px;
  }
  td {
    /* Keep td font size consistent with the body on desktop */
    font-size: 16px;
  }
}