@charset "utf-8";

body {
  font-family: sans-serif;
  font-size: 16px;
}

button {
  font-size: inherit;
  margin: 1em 0 1em 0;
  cursor: pointer;
}

table, tr, td, th {
  border: 1px solid;
}

textarea {
  font-family: monospace;
  width: 938px;
  height: 182px;
  line-break: anywhere;
}