.input, .output {
  height: 300px;
  border: solid 1px;
  border-radius: 10px;
  margin: 10px;
  border-color: #A8A8A8;
}

.buttons {
  justify-self: center;
  align-self: center;
}

.warning {
  background: rgba(255, 50, 50, 0.3);
  position: absolute;
  width: 100% !important;
  left: 0 !important;
}

#table-examples th, #table-examples td {
  padding: 0;
  margin: 0;
}

#table-examples .btn {
  border-radius: 0;
  border: none;
}
