body, html {
  overflow: hidden;
}

.stockChart {
  display: flex;
  flex: 1 1 100%;
}

.buttonButton {
  margin: 0.25em 0 0.25em 0;
}

form {
  display: inline-block;
  padding-right: 0.5em;
  padding-bottom: 0;
  margin-bottom: 0;
}

input[type="text"] {
  font-size: inherit;
}

input[type="submit"] {
  font-size: inherit;
}

.dateRange {
  white-space: nowrap;
}
