body {
    font-family: "Roboto", ui-sans-serif, sans-serif;
}

.header-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

button:disabled {
    background-color: white;
    color: gray;
}

button:disabled:hover {
    background-color: white;
    color: gray;
}

.header-inner .logo a {
    line-height: 0;
    display: block;
    padding: 0;
    margin: 0;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    height: 200px;
    width: 200px;
    padding-top: 30px;
}
.footer {
    background-image: url("https://cosi.org/images/cherio_bkgd.gif");
    background-repeat: inherit;
    background-position: bottom;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

dialog {
    display: none;
}

dialog[open] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

summary {
    list-style: none; /* For Firefox and other modern browsers */
}

summary::-webkit-details-marker {
    display: none; /* For Chrome and Safari */
}
