
#todo {
  border-width: 2px;
  border-style: groove;
  border-color: rgb(64,64,128);
  padding: 1ex;
  font-size: smaller;
  font-family: sans-serif;
  position: relative;
  background-color: transparent;
  color: inherit;
}
