p,
body,
h1,
h2,
h3,
form,
input,
textarea,
select,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

table {
  border: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

:focus {
  outline: none;
}

h3 {
  font-weight: normal;
}

/* formulare */
textarea:focus,
input:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  appearance: none;
}
input.number {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.number::-webkit-inner-spin-button, input.number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: default;
}