body {
    font-family: sans-serif;
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }
  th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
  }
  .dose-container {
    margin-bottom: 10px;
  }
  .error {
    color: red;
  }
  
  #currentDateTime {
    margin-top: 20px; /* Add some space above */
    font-size: 14px;
    font-weight: bold;
  }