  #timeAndDate {
    background-color: white;
    border-color: darkblue;
    border-style: outset;
    border-width: medium;
    color: darkblue;
    font-family: Courier, monospace;
    font-size: 12pt;
    font-weight: normal;
    margin-left: 8px;
    padding: 8px;
    text-align: center;
    width: 360px;
  }
