html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.my-addon-style {
    padding: 12px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.my-searchfield {
    background: none;
    width: 100% !important;
    border: solid;
    border-color: lightgray;
    height: 4em;
    padding: 2px;
    padding-left: 6px;
    margin-bottom: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.my-tittel-style {
    padding-bottom: 12px;
    padding-top: 12px;
}

.my-submit-style {
    width: 70%;
    align-content: center;
    margin-bottom: 12px;
    line-height: 2em;
    border-radius: 8px;
}

.my-error-style {
    color: red;
    text-align: center;
    margin-bottom: 12px;
}
.my-result-style {
    color: blue;
    text-align: center;
    margin-bottom: 12px;
}