html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

    input[type=number] {
        -moz-appearance: textfield;
        appearance: textfield;
        width: 6em;
        margin: 0;
    }

label {
    display: inline-block;
    width: 100px;
    margin-right: 2.5em;
    padding-bottom: 1.5em;
    line-break: strict;
}



.slidecontainer {
    display: inline;
    visibility: hidden;
}
.insideslidecontainer {
    display: inline-block;
    width: 100px;
    margin-right: 6em;
}

.slider {
    width: 200px;
}

span#lvl {
    display: inline-block;
    width: 30px;
}

span.text {
}

slider {
    display: inline-block;
    margin-left: 10px;
    width: 250px;
}
h2 {
    display: inline-block;
    height: 5%;
}

h1 {
    display: block;
    height: 1%;
}
h3 {
    display: block;
    height: 2%;
}

.specials {
    display: inline;
    width: 60px;
    padding-bottom: 1.5em;
    padding-right: 3em;
    text-align: center;
}

[data-tooltip]::before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    visibility: hidden;
    /* customizable */
    padding: 10px;
    color: #333;
    box-shadow: 2px 2px 1px silver;
}

[data-tooltip]:hover::before {
    /* needed - do not touch */
    visibility: visible;
    /* customizable */
    background: yellow;
    margin-top: -50px;
    margin-left: 20px;
}

.buttons {
    margin-top: 1em;
}

