body {
  margin: 20px;
}
table {
  width: 100%;
}
textarea {
  width: 100%;
  height: 10em;
}
.strategy th:first-child {
  text-align: left;
}
.strategy td:not(:first-child) {
  text-align: right;
}
.window {
  overflow: auto;
}
