#Speedtap-stop-control {
    flex-direction: column;
    padding: 1em;
}

#Practice-stop-control {
    flex-direction: column;
    padding: 1em;
}

.display-div {
    flex-direction: column;
    display: flex;
    padding: 0;
    align-items: flex-start;
}

#mnemonic {
    overflow-x: revert;
    display: block;
    max-width: unset;
    white-space: nowrap;
}

#mnemonic td, #mnemonic th {
  border: 1px solid #ddd;
  padding: 8px;
}

#mnemonic tr:nth-child(even){background-color: #ggg;}

// #mnemonic tr:hover {background-color: #ddd;}

#mnemonic th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: orange;
  color: black;
}

.green {
  color: green;
}

.red {
  color: red;
}

textarea {
    background: #333;
    color: orange;
}