body { margin: 0; font-family: sans-serif; background-color: #272727; color: #fff; }
main { display: flex; justify-content: center; }
h1 { font-size: 5em; margin: 10px 0px; }
nav { height: 100vh; padding: 0px 5px; background-color: #1b1b1b; }
nav a { padding: 8px; }
a { color: #fff; text-decoration: none; display: block; }
details[open] summary { background-color: #111; }
summary { padding: 5px;  font-size: larger; }
summary:hover { text-decoration: underline; background-color: #111; }
input[type='number'] { width: 60px; }
table { margin-left: 5px; }
tr:nth-of-type(odd) { background-color:#333; }
tr:hover { background-color: #444; }
th { text-align: left; padding: 8px; }
td { padding: 8px; }

.page-content { height: 100vh; margin-left: 5px; padding-right: 8px; overflow-y: auto; }
@media only screen and (min-width: 1076px) {
    .page-content { min-width: 1076px; }
}

.cart-container { border-bottom: solid 1px; margin: 0 0 20px 5px; padding-bottom: 5px; }
.menu a { border-left: solid 1px #444; margin: 2px; }
.menu a:hover { text-decoration: underline; }
.menu-picto { display: inline-block; width: 25px; }
.submenu { padding-left: 20px; }
.submenu::before { content: "‧ "; font-weight: bold; }
.count { padding: 0px 8px; border-radius: 15px; background-color: white; color: black; font-size: 0.8em; margin-left: 5px; }
.count:empty { display: none; }
.unavailable { text-decoration: line-through; color: #aaa; }
.small { font-size: 11px; font-weight: normal; }
.faint { opacity: 0.5; }
.user { word-break: break-word; margin-bottom: 15px; text-align: center; }
.ring { padding: 6px; margin-bottom: 15px; background-color: white; color: black; font-weight: bold; font-size: 2em;
        border-radius: 50%; display: inline-block; aspect-ratio: 1; width: 38px; }
.fade { opacity: 0; animation: fadeinout 4s; }
.message { padding: 2px 10px; position: fixed; left: 50%; transform: translate(-50%, 0%); border-radius: 12px; background-color: #ee8; color: black; }
.message:empty { padding: 0px; }
.total { text-decoration: underline; font-weight: bold; }
.confirm-cart input { font-weight: bold; font-size: larger; }
.copy-btn { margin-left: 10px; }
.version { font-size: 9px; position: absolute; bottom: 0; }
.information { font-size: 1.2em; color: yellow; position: relative; }
.information:hover .suggestion { visibility: visible; }
.suggestion { visibility: hidden; position: absolute; font-size: 15px; font-weight: bold; background-color: black; min-width: 90px; padding: 5px; }
.corner-info { float: right; margin-right: -8px; margin-top: -11px; font-size: 0.8em; cursor: default; }
.remember-login { margin: 10px 0; }

@keyframes fadeinout {
    8%, 85% { opacity: 1; }
    100% { opacity: 0; }
}
