body, button, input {
  font-family: "Roboto";
}

a {
  color: black;
  text-decoration: none;
}

[data-action]:not(input) {
  cursor: pointer;
}

input[type="text"], input[type="number"] {
  border: none;
  border-bottom: 1px solid black;
  background-color: #EEE;
  padding: 8px;
  box-sizing: border-box;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

.application-style--text-view {
  margin-left: 16px;
  margin-right: 16px;
}

.application-style--text-view a {
  text-decoration: underline;
}