// Define type and fill in later
.interactive {

}


.interactive {
  background-color: #cccccc;
  padding: 0.2em;
  border: 1px solid #000000;
  font-family: monospace;
  display: block;

  margin-left: 1em;
  margin-bottom: 0em;
  margin-right: 0em;
  margin-top: 0em;
  white-space: pre;
}
